adjust font size

This commit is contained in:
Viktor Rådberg
2023-09-18 18:28:54 +02:00
parent 2c964ca4e5
commit 864fe64bdf

View File

@@ -226,7 +226,7 @@ const Settings = ({
}
};
const buttonFontSize = isSide ? '2vmax' : '4vmin';
const buttonFontSize = isSide ? '1.5vmax' : '3vmin';
return (
<SettingsContainer $rotation={player.settings.rotation}>