Skip to content

Commit a2e3b98

Browse files
committed
Merge branch 'dev' of https://github.com/oslabs-beta/ReacType into Miko
2 parents bdcf7ae + 3ae3817 commit a2e3b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/components/right/SaveProjectButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ export default function FormDialog() {
8989
/>
9090
</DialogContent>
9191
<DialogActions>
92-
<Button onClick={handleClose}>
92+
<Button onClick={handleClose} color='primary'>
9393
Cancel
9494
</Button>
95-
<Button onClick={handleSave}>
95+
<Button onClick={handleSave} color='primary'>
9696
Save
9797
</Button>
9898
</DialogActions>

0 commit comments

Comments
 (0)