Skip to content

Commit

Permalink
fix: css (#10439)
Browse files Browse the repository at this point in the history
  • Loading branch information
lelenei committed Aug 17, 2023
1 parent eb7f1f6 commit 1556ba3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app/src/pages/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ const SetupThemeMode = memo(() => {

return (
<div className="flex w-full sm:p-6 justify-center sm:items-center">
<Typography className="w-full text-black dark:text-white text-base">Appearance</Typography>
<Typography className="w-full text-black dark:text-white text-base flex items-center px-3">
Appearance
</Typography>
<DropdownMenu
activeItemId={mode}
items={[
Expand Down

0 comments on commit 1556ba3

Please sign in to comment.