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; } }