File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments