fix: scheme icon gap 1, lighter/larger bg
This commit is contained in:
@@ -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',
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user