Skip to content

Commit c3f7512

Browse files
MiseiMisei
authored andcommitted
Add hover effect to Star on GitHub button for consistency
1 parent 4945bbc commit c3f7512

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/src/components/DonationDialog.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ const DonationDialog = ({ open, onClose }: DonationDialogProps) => {
7070
<Grid2 size={12}>
7171
<Button
7272
variant="contained"
73-
color="secondary"
73+
sx={{
74+
backgroundColor: '#FFA500',
75+
'&:hover': { backgroundColor: '#FF8C00' },
76+
}}
7477
startIcon={<Star />}
7578
onClick={() => openInBrowser('https://github.com/Incomplete-Outputs-Lab/vmix-utility')}
7679
fullWidth

0 commit comments

Comments
 (0)