chore: improve room kind handling (#48)
* chore: improve room kind handling * . * add some tooltips * . * fix button hovered style * . * improve prevent duplicate message * .
This commit is contained in:
@@ -316,7 +316,7 @@ impl RenderOnce for Button {
|
||||
this.bg(normal_style.bg)
|
||||
.hover(|this| {
|
||||
let hover_style = style.hovered(window, cx);
|
||||
this.bg(hover_style.bg)
|
||||
this.bg(hover_style.bg).text_color(hover_style.fg)
|
||||
})
|
||||
.active(|this| {
|
||||
let active_style = style.active(window, cx);
|
||||
|
||||
Reference in New Issue
Block a user