Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Sep 19, 2024
1 parent b26490a commit 5e2bf80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const SingleError = styled.div<ThemedComponentProps>`
}
&.hint-warning {
background-color: ${({ theme }) => theme.colors.warning};
color: ${({ theme }) => theme.colors.warningText}
color: ${({ theme }) => theme.colors.warningText};
}
&.hint-info {
Expand Down

0 comments on commit 5e2bf80

Please sign in to comment.