From aa07a8d415f4d0aa2af34bd922928c1a67fa61cd Mon Sep 17 00:00:00 2001
From: kKaskak <117831817+kKaskak@users.noreply.github.com>
Date: Wed, 18 Oct 2023 14:08:00 +0300
Subject: [PATCH] reafactor: trakt color var added + changed claasses naming
---
src/App/styles.less | 1 +
src/routes/Settings/Settings.js | 30 +++++++++++++++---------------
src/routes/Settings/styles.less | 6 +++---
3 files changed, 19 insertions(+), 18 deletions(-)
diff --git a/src/App/styles.less b/src/App/styles.less
index 829c2923a..1da857ca1 100644
--- a/src/App/styles.less
+++ b/src/App/styles.less
@@ -23,6 +23,7 @@
--color-facebook: #1877F1;
--color-twitter: #1DA1F2;
--color-imdb: #f5c518;
+ --color-trakt: rgb(255, 0, 0);
--color-placeholder: #60606080;
--color-placeholder-text: @color-surface-50;
--color-placeholder-background: @color-surface-dark5-20;
diff --git a/src/routes/Settings/Settings.js b/src/routes/Settings/Settings.js
index efd2acf99..c82dc59e1 100644
--- a/src/routes/Settings/Settings.js
+++ b/src/routes/Settings/Settings.js
@@ -244,45 +244,45 @@ const Settings = () => {
}
-
-