Skip to content

Commit 38b83fa

Browse files
committed
Use primary button color
1 parent 8f872c3 commit 38b83fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/WorkspaceScheduleButton/EditHours.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const EditHours = ({ handleSubmit }: EditHoursProps): JSX.Element => {
2525
onChange={(e) => setHours(parseInt(e.target.value))}
2626
type="number"
2727
/>
28-
<Button className={styles.button} type="submit">
28+
<Button className={styles.button} type="submit" color="primary">
2929
{t("workspaceScheduleButton.submitDeadline")}
3030
</Button>
3131
</Stack>

0 commit comments

Comments
 (0)