Skip to content

Commit

Permalink
reduce tooltip shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Feb 8, 2025
1 parent b57262e commit d18d32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/components/src/tooltip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub fn Tooltip(TooltipProps { text, theme }: TooltipProps) -> Element {
rsx!(
rect {
padding: "4 10",
shadow: "0 0 4 1 rgb(0, 0, 0, 0.1)",
shadow: "0 1 2 1 rgb(0, 0, 0, 0.05)",
border: "1 inner {border_fill}",
corner_radius: "8",
background: "{background}",
Expand Down

0 comments on commit d18d32a

Please sign in to comment.