We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7739a commit b5758f2Copy full SHA for b5758f2
src/routes/Settings/index.js
@@ -368,7 +368,7 @@ const Settings = () => {
368
{language.theme}
369
</Typography>
370
371
- <GridList spacing={2} xs={12} md={4} lg={3}>
+ <GridList spacing={2} xs={12} md={4} lg={4}>
372
<Theme title={language.default} description={language.defaultThemeDescription}
373
color={blue[500]} selected={themeIndex === 0}
374
actionText={language.select} onAction={() => changeTheme(0)}/>
0 commit comments