Buttons should always use cursor_pointer
This commit is contained in:
parent
c2d6d24952
commit
3d8e63b93b
2 changed files with 6 additions and 6 deletions
|
@ -178,6 +178,7 @@ impl<V: 'static> Button<V> {
|
|||
.text_ui()
|
||||
.rounded_md()
|
||||
.bg(self.variant.bg_color(cx))
|
||||
.cursor_pointer()
|
||||
.hover(|style| style.bg(self.variant.bg_color_hover(cx)))
|
||||
.active(|style| style.bg(self.variant.bg_color_active(cx)));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue