Skip to content

Commit

Permalink
warning text color #725
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Sep 19, 2024
1 parent 3e606ff commit b26490a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export const SingleError = styled.div<ThemedComponentProps>`
}
&.hint-warning {
background-color: ${({ theme }) => theme.colors.warning};
color: ${({ theme }) => theme.colors.warningText}
}
&.hint-info {
Expand Down
1 change: 1 addition & 0 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default {
errors: '#FC4723',
errorBackground: '#ee431e',
warning: '#ffcc00',
warningText: '#2f353f',
info: '#55EE1E26',
infoBackground: '#55EE1E',
error: '#f44336',
Expand Down

0 comments on commit b26490a

Please sign in to comment.