diff --git a/src/routes/Settings/General/General.less b/src/routes/Settings/General/General.less index d9839b3b1..8c253dcff 100644 --- a/src/routes/Settings/General/General.less +++ b/src/routes/Settings/General/General.less @@ -7,7 +7,5 @@ .option-icon { color: var(--color-trakt) !important; - height: 4rem !important; - width: 4rem !important; } } diff --git a/src/routes/Settings/components/Option/Option.less b/src/routes/Settings/components/Option/Option.less index 181cfa33b..70e80e6f5 100644 --- a/src/routes/Settings/components/Option/Option.less +++ b/src/routes/Settings/components/Option/Option.less @@ -22,8 +22,8 @@ gap: 0.75rem; .icon { - width: 3rem; - height: 3rem; + width: 4rem; + height: 4rem; color: var(--primary-foreground-color); }