Add more style helpers

This commit is contained in:
Nathan Sobo 2023-08-22 09:16:05 -06:00
parent 53679ce045
commit 3921278319
3 changed files with 17 additions and 2 deletions

View file

@ -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))