Fix mobile navigation buttons color

This commit is contained in:
Hazem Krimi
2021-09-05 18:47:45 +01:00
parent 9d4327f3c7
commit 0b49477ee8
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const Bar = styled.nav<StyledProps>`
margin: 0rem 1rem;
button {
color: var(--text) !important;
color: var(--text-inverted) !important;
}
}
`;