Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 18, 2024
1 parent 643d0ba commit 7e7affc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const styles: Record<string, any> = {
okTitle: (theme: IobTheme): React.CSSProperties => ({
color: theme.palette.mode === 'dark' ? '#6fd56f' : '#007c00',
}),
errorText: (theme: IobTheme): React.CSSProperties => ({
errorText: (theme: IobTheme): any => ({
color: theme.palette.mode === 'dark' ? '#e39191' : '#b62020',
mb: '30px',
}),
Expand Down

0 comments on commit 7e7affc

Please sign in to comment.