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