Skip to content

Commit

Permalink
refactor: corrected the arrow "top" border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Oct 17, 2023
1 parent 6502382 commit 8c49ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/tooltip/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $tooltip-arrow-shadow-size: variables.$db-spacing-fixed-2xs;
calc(100% + #{$tooltip-arrow-shadow-size})
calc(100% + #{$tooltip-arrow-shadow-size})
);
border-radius: 1px;
border-radius: 0 2px;
transform: skew(-8deg, -8deg);
}
}
Expand Down

0 comments on commit 8c49ded

Please sign in to comment.