fix(ui): Remove size limitation off the theme changer button

This commit is contained in:
blessedcoolant 2023-03-12 15:18:46 +13:00 committed by psychedelicious
parent d68234d879
commit 2bff28e305

View File

@ -34,9 +34,6 @@ export default function ThemeChanger() {
Object.keys(THEMES).forEach((theme) => {
themesToRender.push(
<IAIButton
sx={{
width: 24,
}}
isChecked={currentTheme === theme}
leftIcon={currentTheme === theme ? <FaCheck /> : undefined}
size="sm"