Skip to content

Commit

Permalink
Make default primary tooltip a bit nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Aug 20, 2024
1 parent 51b6bf1 commit 43cac8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,10 @@ impl PrimaryTooltip {
NodeBundle {
style: Style {
position_type: PositionType::Absolute,
max_width: Val::Vw(40.0),
padding: UiRect::all(Val::Px(8.0)),
..Default::default()
},
background_color: Color::srgba(0.2, 0.2, 0.3, 0.95).into(),
background_color: Color::srgba(0.106, 0.118, 0.122, 0.9).into(),
visibility: Visibility::Hidden,
z_index: ZIndex::Global(999),
..Default::default()
Expand Down

0 comments on commit 43cac8d

Please sign in to comment.