remove row groups

This commit is contained in:
Fedor Katurov 2023-05-03 10:36:55 +06:00
parent 6332e27cdc
commit d71a395868

View file

@ -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>
);
};