We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f7512 commit 45324baCopy full SHA for 45324ba
app/src/pages/Developer.tsx
@@ -148,7 +148,10 @@ const Developer = () => {
148
<Grid2 size={{ xs: 12, sm: 4 }}>
149
<Button
150
variant="contained"
151
- color="secondary"
+ sx={{
152
+ backgroundColor: '#FFA500',
153
+ '&:hover': { backgroundColor: '#FF8C00' },
154
+ }}
155
startIcon={<Star />}
156
onClick={() => openInBrowser(repositoryUrl)}
157
fullWidth
0 commit comments