fix: make 'now' button consistent (#5716)
This commit is contained in:
@ -21,9 +21,7 @@ function NowButton({ t, handleChange }) {
|
||||
<button
|
||||
css={css`
|
||||
${buttons.button}
|
||||
${buttons.default}
|
||||
${buttons.lightBlue}
|
||||
${buttons.small}
|
||||
${buttons.widget}
|
||||
`}
|
||||
onClick={() => {
|
||||
handleChange(moment());
|
||||
|
Reference in New Issue
Block a user