Skip to content

Commit b5758f2

Browse files
committed
* Minor change to theme listings
1 parent cc7739a commit b5758f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/Settings/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ const Settings = () => {
368368
{language.theme}
369369
</Typography>
370370

371-
<GridList spacing={2} xs={12} md={4} lg={3}>
371+
<GridList spacing={2} xs={12} md={4} lg={4}>
372372
<Theme title={language.default} description={language.defaultThemeDescription}
373373
color={blue[500]} selected={themeIndex === 0}
374374
actionText={language.select} onAction={() => changeTheme(0)}/>

0 commit comments

Comments
 (0)