style: streamline inputs and selects with more visible borders
- Increase --border opacity in both light and dark modes - Harmonize Input and Select components with consistent rounded-lg corners - Replace native selects in MainConverter with styled Select component
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
--accent-foreground: #ffffff;
|
||||
--destructive: #ef4444;
|
||||
--destructive-foreground: #ffffff;
|
||||
--border: rgba(255, 255, 255, 0.08);
|
||||
--border: rgba(255, 255, 255, 0.15);
|
||||
--input: rgba(255, 255, 255, 0.05);
|
||||
--ring: rgba(139, 92, 246, 0.5);
|
||||
--radius: 1rem;
|
||||
@@ -153,7 +153,7 @@
|
||||
--accent-foreground: oklch(15% 0.05 255);
|
||||
--destructive: oklch(60% 0.2 25);
|
||||
--destructive-foreground: oklch(100% 0 0);
|
||||
--border: rgba(0, 0, 0, 0.06);
|
||||
--border: rgba(0, 0, 0, 0.12);
|
||||
--input: rgba(0, 0, 0, 0.01);
|
||||
--ring: rgba(139, 92, 246, 0.2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user