Tweak default input border color

This commit is contained in:
Rijk van Zanten
2023-10-31 15:04:51 -04:00
parent 3d66a5c728
commit 696aa767be

View File

@@ -122,8 +122,8 @@ export const theme: Theme = {
foreground: 'var(--theme--foreground)',
foregroundSubdued: 'var(--theme--foreground-subdued)',
borderColor: '#f0f4f9',
borderColorHover: '#e4eaf1',
borderColor: '#e4eaf1',
borderColorHover: '#d3dae4',
borderColorFocus: 'var(--theme--primary)',
boxShadow: 'none',