fix: make 'now' button consistent (#5716)

This commit is contained in:
Taine Riley
2021-08-17 19:48:29 +10:00
committed by GitHub
parent 0b4022ce12
commit 97de9da948
3 changed files with 12 additions and 11 deletions

View File

@ -21,9 +21,7 @@ function NowButton({ t, handleChange }) {
<button
css={css`
${buttons.button}
${buttons.default}
${buttons.lightBlue}
${buttons.small}
${buttons.widget}
`}
onClick={() => {
handleChange(moment());