moved css animation time to theming.ts
This commit is contained in:
parent
6c1de6bbbd
commit
087e9fa8c8
3 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ import theming from "../theming"
|
|||
|
||||
const StyledThemeButton = styled.div<{ language: string }>`
|
||||
${theming.styles.navbarButtonStyle}
|
||||
transition: transform 0.2s linear;
|
||||
${(props) =>
|
||||
props.language == "en"
|
||||
? ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue