From 15bb6c5c7be8e6bca838ef8c8256fb765373b800 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Thu, 26 Mar 2020 23:28:41 +0200 Subject: [PATCH] settings section separator color changed --- src/routes/Settings/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Settings/styles.less b/src/routes/Settings/styles.less index 6e7046a66..c6b2f0b07 100644 --- a/src/routes/Settings/styles.less +++ b/src/routes/Settings/styles.less @@ -69,7 +69,7 @@ overflow: visible; &:not(:last-child) { - border-bottom: thin solid @color-primary; + border-bottom: thin solid @color-secondaryvariant1-90; } .section-title {