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) => {
|
Object.keys(THEMES).forEach((theme) => {
|
||||||
themesToRender.push(
|
themesToRender.push(
|
||||||
<IAIButton
|
<IAIButton
|
||||||
sx={{
|
|
||||||
width: 24,
|
|
||||||
}}
|
|
||||||
isChecked={currentTheme === theme}
|
isChecked={currentTheme === theme}
|
||||||
leftIcon={currentTheme === theme ? <FaCheck /> : undefined}
|
leftIcon={currentTheme === theme ? <FaCheck /> : undefined}
|
||||||
size="sm"
|
size="sm"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user