merge upstream

This commit is contained in:
nikk gitanes
2021-06-17 16:16:32 +03:00
8 changed files with 28 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ export const Header = styled.div`
color: rgba(0, 0, 0, 0.87);
font-size: 20px;
color: #fff;
font-weight: 500;
font-weight: 600;
box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
padding: 15px 24px;
position: relative;
@@ -303,7 +303,7 @@ export const PosterLanguageSwitch = styled.div`
display: grid;
place-items: center;
color: #e1f4eb;
font-weight: 500;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;