Skip to content

Commit

Permalink
update dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pth-1641 committed Jul 23, 2022
1 parent 3f0bc7c commit d360b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatContent/Setting/ThemeSetting.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function ThemeSetting({ currentTheme }) {
style={{ backgroundColor: color }}
onClick={() => handleUpdateTheme(color)}
>
<span className='absolute inset-0 flex-center text-2xl cursor-pointer'>
<span className='absolute inset-0 flex-center text-2xl cursor-pointer text-white'>
{color === currentTheme ? <MdCheck /> : ''}
</span>
</li>
Expand Down

0 comments on commit d360b42

Please sign in to comment.