update lang switch

This commit is contained in:
nikk gitanes
2021-06-17 14:41:45 +03:00
parent 02befbd1b2
commit 22d1f733f8
2 changed files with 2 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ export const LanguageSwitch = styled.div`
font-weight: 500;
display: grid;
place-items: center;
color: #44795e;
color: #eee;
:hover {
background: #7ec9a3;
@@ -85,6 +85,5 @@ export const LanguageSwitch = styled.div`
@media (max-width: 700px) {
height: 28px;
width: 28px;
font-size: 12px;
}
`