Skip to content

Commit 45324ba

Browse files
MiseiMisei
authored andcommitted
Add hover effect to Star on GitHub button in Developer page
1 parent c3f7512 commit 45324ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/src/pages/Developer.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ const Developer = () => {
148148
<Grid2 size={{ xs: 12, sm: 4 }}>
149149
<Button
150150
variant="contained"
151-
color="secondary"
151+
sx={{
152+
backgroundColor: '#FFA500',
153+
'&:hover': { backgroundColor: '#FF8C00' },
154+
}}
152155
startIcon={<Star />}
153156
onClick={() => openInBrowser(repositoryUrl)}
154157
fullWidth

0 commit comments

Comments
 (0)