mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): Remove size limitation off the theme changer button
This commit is contained in:
parent
d68234d879
commit
2bff28e305
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user