Fixed adjust time button overflow

pull/2524/head
Anderson Shindy Oki 4 months ago committed by GitHub
parent 0a0762b1cf
commit 854c43c53a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -74,6 +74,7 @@ const TimeOffsetForm: FunctionComponent<Props> = ({ selections, onSubmit }) => {
<Button
color="gray"
variant="filled"
style={{ overflow: "visible" }}
onClick={() =>
form.setValues((f) => ({ ...f, positive: !f.positive }))
}

Loading…
Cancel
Save