Skip to content

Commit

Permalink
feat: add white border to warning tooltip for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrudz committed Dec 29, 2021
1 parent c7ef536 commit 85bab84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/WarningTooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default function WarningTooltip() {
class="jns-tooltip"
type="dark"
effect="float"
border={true}
multiline={true}
/>
);
Expand Down

0 comments on commit 85bab84

Please sign in to comment.