Skip to content

Commit 850225e

Browse files
authored
fix: alignment of navigation icons (#7612)
1 parent b11bab5 commit 850225e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tooltip/Tooltip.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const Tooltip = ({
3131
const bgColor = '#526B78';
3232
return (
3333
<div
34-
className={`relative ${className}`}
34+
className={`relative flex items-center justify-center ${className}`}
3535
onMouseEnter={showTooltip}
3636
onMouseLeave={hideTooltip}
3737
onFocus={showTooltip}

0 commit comments

Comments
 (0)