Skip to content

Commit 023db12

Browse files
committed
accent color for ring in uno config
1 parent 7e4e4bb commit 023db12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

uno.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default defineConfig({
120120
['container-sm', 'max-w-4xl mx-auto px-4 sm:px-6'],
121121

122122
// Focus states - subtle but accessible
123-
['focus-ring', 'outline-none focus-visible:(ring-2 ring-fg/10 ring-offset-2)'],
123+
['focus-ring', 'outline-none focus-visible:(ring-2 ring-offset-2 ring-fg/50)'],
124124

125125
// Buttons
126126
[
@@ -149,7 +149,7 @@ export default defineConfig({
149149
// Form elements
150150
[
151151
'input-base',
152-
'w-full bg-bg-subtle border border-border rounded-md px-4 py-3 font-mono text-sm text-fg placeholder:text-fg-subtle transition-all duration-200 focus:(border-fg/40 outline-none ring-1 ring-fg/10)',
152+
'w-full bg-bg-subtle border border-border rounded-md px-4 py-3 font-mono text-sm text-fg placeholder:text-fg-subtle transition-all duration-200 focus:(border-fg/40 outline-none ring-1 ring-accent/50)',
153153
],
154154

155155
// Tags/badges

0 commit comments

Comments
 (0)