Skip to content

Commit

Permalink
(simatec) small design Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec authored May 27, 2024
1 parent 2a9583e commit 9593734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/src/src/dialogs/GitHubInstallDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const styles = ((theme: Record<string, any>) => ({
marginRight: 8,
},
tabSelected: {
color: theme.palette.mode === 'dark' ? theme.palette.secondary.contrastText : '#FFFFFF !important',
color: theme.palette.mode === 'dark' ? theme.palette.secondary.contrastText : '#222 !important',
},
} satisfies Styles<any, any>));

Expand Down

0 comments on commit 9593734

Please sign in to comment.