We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f872c3 commit 38b83faCopy full SHA for 38b83fa
site/src/components/WorkspaceScheduleButton/EditHours.tsx
@@ -25,7 +25,7 @@ export const EditHours = ({ handleSubmit }: EditHoursProps): JSX.Element => {
25
onChange={(e) => setHours(parseInt(e.target.value))}
26
type="number"
27
/>
28
- <Button className={styles.button} type="submit">
+ <Button className={styles.button} type="submit" color="primary">
29
{t("workspaceScheduleButton.submitDeadline")}
30
</Button>
31
</Stack>
0 commit comments