From 6c7a2755fbcd3cb8b6a8de3b568b6dde37e7113c Mon Sep 17 00:00:00 2001 From: dexter21767-dev Date: Mon, 15 Dec 2025 16:17:49 +0100 Subject: [PATCH 1/2] update trakt logo styling --- src/App/styles.less | 2 +- src/routes/Settings/General/General.less | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App/styles.less b/src/App/styles.less index adce0ae5c..ae6555500 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -48,7 +48,7 @@ --color-x: #000000; --color-reddit: #FF4500; --color-imdb: #f5c518; - --color-trakt: #ED2224; + --color-trakt: rgb(255, 255, 255); --color-placeholder: #60606080; --color-placeholder-text: @color-surface-50; --color-placeholder-background: @color-surface-dark5-20; diff --git a/src/routes/Settings/General/General.less b/src/routes/Settings/General/General.less index 8c253dcff..d9839b3b1 100644 --- a/src/routes/Settings/General/General.less +++ b/src/routes/Settings/General/General.less @@ -7,5 +7,7 @@ .option-icon { color: var(--color-trakt) !important; + height: 4rem !important; + width: 4rem !important; } } From d21be690de84778c05c17f0a1273506d43011340 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Mon, 15 Dec 2025 17:29:07 +0200 Subject: [PATCH 2/2] 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); }