fix: scheme icon gap 1, lighter/larger bg

This commit is contained in:
Kirill
2026-05-14 22:01:21 +05:00
parent 001742a856
commit 4b027c643a
2 changed files with 5 additions and 6 deletions
@@ -22,7 +22,7 @@ export function SchemeSwitcher({ value, onChange, orientation = 'horizontal' }:
sx={{
display: 'flex',
flexDirection: orientation === 'vertical' ? 'column' : 'row',
gap: 0.5,
gap: 1,
alignItems: 'center',
}}
>