mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
remove row groups
This commit is contained in:
parent
6332e27cdc
commit
d71a395868
1 changed files with 85 additions and 87 deletions
|
@ -69,7 +69,6 @@ const ColorSettings: FC = () => {
|
||||||
</label>
|
</label>
|
||||||
</RowGroup>
|
</RowGroup>
|
||||||
|
|
||||||
<Grid direction="row">
|
|
||||||
<RowGroup>
|
<RowGroup>
|
||||||
<label>
|
<label>
|
||||||
<SettingsRow title={t("Background")}>
|
<SettingsRow title={t("Background")}>
|
||||||
|
@ -164,7 +163,6 @@ const ColorSettings: FC = () => {
|
||||||
</label>
|
</label>
|
||||||
</RowGroup>
|
</RowGroup>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue