Skip to content

Commit

Permalink
Remove unnecessary logic for the tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Dec 13, 2023
1 parent 50adea6 commit f799e59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dapp/src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ import Tooltip from "./Tooltip"
import { colors, fonts, lineHeights } from "./utils"
import Heading from "./Heading"

// Currently, there is no possibility to set all tooltips with hasArrow by defaultProps.
// Let's override the defaultProps as follows.
Tooltip.defaultProps = { ...Tooltip.defaultProps, hasArrow: true }

const defaultTheme = {
colors,
fonts,
Expand Down

0 comments on commit f799e59

Please sign in to comment.