Skip to content

Commit

Permalink
fix(cardTitle): #MAG-452 fix title color
Browse files Browse the repository at this point in the history
  • Loading branch information
alicedraillard committed Sep 27, 2024
1 parent c98d43d commit 84feb86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/board-card/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const StyledContentTitleTypography = styled(Typography, {
fontWeight: "bold",
lineHeight: "1.8rem",
overflowWrap: "break-word",
color: "#4B4B4B",
...(zoomLevel < 2 && {
display: "-webkit-box",
overflow: "hidden",
Expand Down

0 comments on commit 84feb86

Please sign in to comment.