Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
haneabogdan committed Aug 2, 2023
1 parent ea4f048 commit 35d6f62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/atoms/Tag/Tag.styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const TagContainer = styled.div`
color: ${Colors.lime300};
}
}
&.warning {
background: ${Colors.yellow900};
border: 1px solid ${Colors.yellow600};
Expand All @@ -33,6 +34,7 @@ export const TagContainer = styled.div`
color: ${Colors.yellow300};
}
}
&.error {
background: ${Colors.pink900};
border: 1px solid ${Colors.pink600};
Expand All @@ -41,6 +43,7 @@ export const TagContainer = styled.div`
color: ${Colors.pink300};
}
}
&.info {
background: ${Colors.sky900};
border: 1px solid ${Colors.sky600};
Expand Down

0 comments on commit 35d6f62

Please sign in to comment.