feat: show facepill on tabpanel
This commit is contained in:
@@ -35,7 +35,7 @@ impl RenderOnce for Message {
|
||||
.border_l_2()
|
||||
.border_color(cx.theme().background)
|
||||
.hover(|this| {
|
||||
this.bg(cx.theme().accent.step(cx, ColorScaleStep::TWO))
|
||||
this.bg(cx.theme().accent.step(cx, ColorScaleStep::ONE))
|
||||
.border_color(cx.theme().accent.step(cx, ColorScaleStep::NINE))
|
||||
})
|
||||
.child(
|
||||
|
||||
Reference in New Issue
Block a user