diff --git a/client/src/app/layout/AppHeader.tsx b/client/src/app/layout/AppHeader.tsx index a9e91a1..96a27ef 100644 --- a/client/src/app/layout/AppHeader.tsx +++ b/client/src/app/layout/AppHeader.tsx @@ -155,16 +155,15 @@ export function AppHeader() { )} {!isMobile && ( - + setScheme(s)} /> diff --git a/client/src/shared/ui/SchemeSwitcher/SchemeSwitcher.tsx b/client/src/shared/ui/SchemeSwitcher/SchemeSwitcher.tsx index 537f994..62e1f0e 100644 --- a/client/src/shared/ui/SchemeSwitcher/SchemeSwitcher.tsx +++ b/client/src/shared/ui/SchemeSwitcher/SchemeSwitcher.tsx @@ -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', }} >