Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/ui/lib/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const Message = ({
return (
<div
className={cn(
'relative flex items-start gap-2 overflow-hidden rounded-md p-3 pr-5 ring ring-current/15',
'relative flex items-start gap-2 overflow-hidden rounded-md p-3 pr-5 ring ring-current/10',
color[variant],
textColor[variant],
className
Expand Down
9 changes: 9 additions & 0 deletions app/ui/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@
}
}

::-moz-selection {
/* Code for Firefox */
@apply text-accent bg-accent;
}

::selection {
@apply text-accent bg-accent;
}

@custom-variant selected {
.is-selected & {
@slot;
Expand Down
47 changes: 4 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@base-ui/react": "^1.1.0",
"@floating-ui/react": "^0.26.23",
"@headlessui/react": "^2.2.9",
"@oxide/design-system": "5.0.0--canary.163.22682420553.0",
"@oxide/design-system": "^6.0.1",
"@react-aria/live-announcer": "^3.3.4",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/vite": "^4.1.17",
Expand Down
Loading