Fixed adjust time button overflow

This commit is contained in:
Anderson Shindy Oki 2024-06-10 10:17:03 +09:00 committed by GitHub
parent 0a0762b1cf
commit 854c43c53a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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 }))
}