Skip to content

Commit fcc30e8

Browse files
fix: update border for project timezone
1 parent 77c4b9c commit fcc30e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/web/core/components/project

apps/web/core/components/project/form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ export function ProjectDetailsForm(props: IProjectDetailsForm) {
418418
onChange(value);
419419
}}
420420
error={Boolean(errors.timezone)}
421-
buttonClassName="border-none"
421+
buttonClassName="!border-subtle !shadow-none font-medium rounded-md"
422422
disabled={!isAdmin}
423423
/>
424424
</>

0 commit comments

Comments
 (0)