Reduce corner for tighter UI aestheticUnverified
6bf6dbf parent: 92bdf78 modified
static/input.css +3 -3 | @@ -19,9 +19,9 @@ | ||
| 19 | 19 | --spot-placeholder: rgba(255,255,255,0.45); |
| 20 | 20 | --spot-active-bg: #ffffff; |
| 21 | 21 | --spot-active-text: #1E3932; |
| 22 | - --radius-sm: 0.25rem; | |
| 23 | - --radius-md: 0.5rem; | |
| 24 | - --radius-lg: 0.75rem; | |
| 22 | + --radius-sm: 0.125rem; | |
| 23 | + --radius-md: 0.375rem; | |
| 24 | + --radius-lg: 0.5rem; | |
| 25 | 25 | --radius-pill: 9999px; |
| 26 | 26 | --radius-full: 50%; |
| 27 | 27 | --spot-shadow: 0 1px 2px rgba(0,0,0,0.40), 0 2px 4px rgba(0,0,0,0.20); |
| @@ -19,9 +19,9 @@ | |||
| 19 | --spot-placeholder: rgba(255,255,255,0.45); | 19 | --spot-placeholder: rgba(255,255,255,0.45); |
| 20 | --spot-active-bg: #ffffff; | 20 | --spot-active-bg: #ffffff; |
| 21 | --spot-active-text: #1E3932; | 21 | --spot-active-text: #1E3932; |
| 22 | - --radius-sm: 0.25rem; | 22 | + --radius-sm: 0.125rem; |
| 23 | - --radius-md: 0.5rem; | 23 | + --radius-md: 0.375rem; |
| 24 | - --radius-lg: 0.75rem; | 24 | + --radius-lg: 0.5rem; |
| 25 | --radius-pill: 9999px; | 25 | --radius-pill: 9999px; |
| 26 | --radius-full: 50%; | 26 | --radius-full: 50%; |
| 27 | --spot-shadow: 0 1px 2px rgba(0,0,0,0.40), 0 2px 4px rgba(0,0,0,0.20); | 27 | --spot-shadow: 0 1px 2px rgba(0,0,0,0.40), 0 2px 4px rgba(0,0,0,0.20); |