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

Commit 9831b5fb authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

fix: primary buttons text color is not applying issue

parent 09cdd14f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ input[type="button"],
input[type="submit"],
input[type="reset"] {
    background-color: var(--color-primary);
    color: white;
    color: white !important;
    border-color: var(--color-primary);
}