From d21be690de84778c05c17f0a1273506d43011340 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Mon, 15 Dec 2025 17:29:07 +0200 Subject: [PATCH] chore: correct size --- src/routes/Settings/General/General.less | 2 -- src/routes/Settings/components/Option/Option.less | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) 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); }