Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6325cf83 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

snappy theme fix

parent aed2726b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
    --color-text-dark-second: rgba(0, 0, 0, 0.38);
    --color-text-selection: #ffffff;
    --color-primary-element-text-login:#ffffff;
    --color-primary-element-text-loginheader:#000000;
    --color-primary-element-text-loginheader:##333333;
    --color-scrollbar: rgba(34, 34, 34, 0.15);
    --color-error: #e9322d;
    --color-error-second: #F8432E;
@@ -235,7 +235,7 @@ body.theme--dark {
    --color-text-dark-second: rgba(255, 255, 255, 0.38);
    --color-text-selection: #ffffff;
    --color-primary-element-text-login:#ffffff;
    --color-primary-element-text-loginheader:#ffffff;
    --color-primary-element-text-loginheader:rgba(255, 255, 255, 0.87);
    --color-scrollbar: #3d3d3d;
    --color-error: #e9322d;
    --color-error-second: #F8432E;