Add more style helpers
This commit is contained in:
parent
53679ce045
commit
3921278319
3 changed files with 17 additions and 2 deletions
|
@ -48,7 +48,7 @@ fn playground<V: 'static>(theme: &ThemeColors) -> impl Element<V> {
|
|||
div()
|
||||
.text_color(black())
|
||||
.h_full()
|
||||
.w_24()
|
||||
.w_1_2()
|
||||
.fill(theme.success(0.5))
|
||||
// .hover()
|
||||
// .fill(theme.error(0.5))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue