Skip to content

Commit

Permalink
fix: [GSW-2033] path-link-icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrg committed Jan 4, 2025
1 parent 9141953 commit 3e5a889
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ export const TableColumn = styled.div<{ tdWidth: number }>`
}
.path-link-icon {
path {
fill: ${({ theme }) => theme.color.text04};
}
&:hover {
path {
fill: ${({ theme }) => theme.color.text03};
Expand Down

0 comments on commit 3e5a889

Please sign in to comment.