Skip to content
Prev Previous commit
Next Next commit
Use primary button color
  • Loading branch information
presleyp committed Oct 12, 2022
commit 38b83fa8adbaaba0f463b44ab4c4b123f9804140
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const EditHours = ({ handleSubmit }: EditHoursProps): JSX.Element => {
onChange={(e) => setHours(parseInt(e.target.value))}
type="number"
/>
<Button className={styles.button} type="submit">
<Button className={styles.button} type="submit" color="primary">
{t("workspaceScheduleButton.submitDeadline")}
</Button>
</Stack>
Expand Down