Skip to content

Commit 04b0b38

Browse files
committed
Change TagItem bg color
1 parent 5816578 commit 04b0b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/common/TagItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const TagItem: React.FC<TagItemProps> = ({ name, link }) => {
1919

2020
const tagStyle = css`
2121
margin-bottom: 0.875rem;
22-
background: ${themedPalette.bg_element2};
22+
background: ${themedPalette.bg_element3};
2323
padding-left: 1rem;
2424
padding-right: 1rem;
2525
height: 2rem;
@@ -49,7 +49,7 @@ const TagDiv = styled.div`
4949
const TagLink = styled(Link)`
5050
${tagStyle}
5151
&:hover {
52-
background: ${themedPalette.bg_element2};
52+
background: ${themedPalette.bg_element4};
5353
}
5454
`;
5555

0 commit comments

Comments
 (0)