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:
2026-02-23 07:56:16 +01:00
parent 9a95e97150
commit d9315ecf7d
3 changed files with 7 additions and 9 deletions

View File

@@ -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);
}