Skip to content

Commit

Permalink
(simatec) small design Fix (#2471)
Browse files Browse the repository at this point in the history
Co-authored-by: Bluefox <[email protected]>
  • Loading branch information
simatec and GermanBluefox authored May 29, 2024
1 parent 75f8c01 commit d58f167
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 d58f167

Please sign in to comment.