Skip to content

Commit e6b9d4c

Browse files
[WEB-6785] fix: update border for project timezone (#8870)
1 parent 6023e8c commit e6b9d4c

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)