Skip to content

Commit 6c1178e

Browse files
Light mode polish (#3116)
WIP
1 parent 863f869 commit 6c1178e

File tree

4 files changed

+15
-45
lines changed

4 files changed

+15
-45
lines changed

app/ui/lib/Message.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const Message = ({
7777
return (
7878
<div
7979
className={cn(
80-
'relative flex items-start gap-2 overflow-hidden rounded-md p-3 pr-5 ring ring-current/15',
80+
'relative flex items-start gap-2 overflow-hidden rounded-md p-3 pr-5 ring ring-current/10',
8181
color[variant],
8282
textColor[variant],
8383
className

app/ui/styles/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@
6969
}
7070
}
7171

72+
::-moz-selection {
73+
/* Code for Firefox */
74+
@apply text-accent bg-accent;
75+
}
76+
77+
::selection {
78+
@apply text-accent bg-accent;
79+
}
80+
7281
@custom-variant selected {
7382
.is-selected & {
7483
@slot;

package-lock.json

Lines changed: 4 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@base-ui/react": "^1.1.0",
3838
"@floating-ui/react": "^0.26.23",
3939
"@headlessui/react": "^2.2.9",
40-
"@oxide/design-system": "5.0.0--canary.163.22682420553.0",
40+
"@oxide/design-system": "^6.0.1",
4141
"@react-aria/live-announcer": "^3.3.4",
4242
"@tailwindcss/container-queries": "^0.1.1",
4343
"@tailwindcss/vite": "^4.1.17",

0 commit comments

Comments
 (0)