Skip to content

Commit

Permalink
Merge pull request #2823 from NDLANO/comments-update-color
Browse files Browse the repository at this point in the history
Update inline + block comment color
  • Loading branch information
katrinewi authored Jan 10, 2025
2 parents 3057e87 + c48321f commit e1357df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,14 @@ import { CommentBlockElement } from "../interfaces";
const BlockCommentButton = styled("button", {
base: {
all: "unset",
background: "surface.brand.4.subtle",
background: "surface.brand.4",
cursor: "pointer",
fontStyle: "italic",
display: "flex",
gap: "3xsmall",
alignItems: "center",
padding: "3xsmall",
width: "100%",
_hover: {
background: "surface.brand.4",
},
},
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ import { CommentInlineElement } from "../interfaces";
const InlineComment = styled("span", {
base: {
display: "inline",
background: "surface.brand.4.subtle",
background: "surface.brand.4",
cursor: "pointer",
_hover: {
background: "surface.brand.4",
},
},
});

Expand Down

0 comments on commit e1357df

Please sign in to comment.