mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-24 16:36: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>
|
||||
</RowGroup>
|
||||
|
||||
<Grid direction="row">
|
||||
<RowGroup>
|
||||
<label>
|
||||
<SettingsRow title={t("Background")}>
|
||||
|
@ -164,7 +163,6 @@ const ColorSettings: FC = () => {
|
|||
</label>
|
||||
</RowGroup>
|
||||
</Grid>
|
||||
</Grid>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue