Skip to content

Commit

Permalink
added flex, justify, allow raw values in units
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartaccent committed Apr 26, 2024
1 parent 9b65ae6 commit 24215bd
Show file tree
Hide file tree
Showing 11 changed files with 1,016 additions and 671 deletions.
2 changes: 1 addition & 1 deletion examples/form.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var Form = []style.Style{
Selector: ".input::file-selector-button",
Props: style.Props{
BackgroundColor: colors.Transparent(),
BorderWidth: unit.None(0),
BorderWidth: unit.Raw(0),
FontSize: fontSm,
FontWeight: font.Weight500,
},
Expand Down
Loading

0 comments on commit 24215bd

Please sign in to comment.