Fix: small fixes for mobile

This commit is contained in:
nizune
2021-07-02 11:39:07 +02:00
parent 9c2a769bbd
commit 212d70f382
4 changed files with 16 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ export function GenericSettings({ pages, switchPage, category, custom, children,
) : (
<>
<IconButton onClick={() => switchPage()}>
<LeftArrowAlt size={24} />
<LeftArrowAlt size={30} />
</IconButton>
<Text
id={`app.settings.${category}.${page}.title`}