Skip to content

Commit

Permalink
Hot fix dark mode button hovered size
Browse files Browse the repository at this point in the history
  • Loading branch information
LioQing committed Jul 30, 2023
1 parent 48d7d9e commit 9a98889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CourseListToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const CourseListToolbar = ({ filters, setFilters }: Props) => {
...settings,
themeMode: settings.themeMode === ThemeMode.Dark ? ThemeMode.Light : ThemeMode.Dark,
})}
style={{ padding: '0.4rem 0rem', margin: '0.2rem' }}>
style={{ padding: '0.4rem', margin: '0.2rem' }}>
{settings.themeMode === 'dark' ? <LightMode /> : <DarkMode />}
</IconButton>

Expand Down

0 comments on commit 9a98889

Please sign in to comment.