Skip to content

Commit

Permalink
Update tooltips to match the style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Dec 23, 2024
1 parent 0f7c042 commit 6f4bc9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dapp/src/theme/tooltipTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ ChakraTooltip.defaultProps = { ...ChakraTooltip.defaultProps, hasArrow: true }
const $arrowBg = cssVar("popper-arrow-bg")

const baseStyle = defineStyle({
color: "surface.2",
fontWeight: "normal",
color: "ivoire.10",
bg: "brown.100",
[$arrowBg.variable]: "brown.100",
[$arrowBg.variable]: "colors.brown.100",
})

const sizeXs = defineStyle({
Expand Down

0 comments on commit 6f4bc9d

Please sign in to comment.