Skip to content

Commit

Permalink
Update label
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindsay Wardell committed Dec 18, 2023
1 parent 6c789b3 commit 4d21fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component-catalog/src/Examples/Block.elm
Original file line number Diff line number Diff line change
Expand Up @@ -654,10 +654,10 @@ borderStyleContent : Control ( String, Block.Attribute msg )
borderStyleContent =
Control.choice
[ ( "Dashed"
, Control.value ( "Dashed", Block.dashed )
, Control.value ( "Block.dashed", Block.dashed )
)
, ( "Underline"
, Control.value ( "Underline", Block.underline )
, Control.value ( "Block.underline", Block.underline )
)
]

Expand Down

0 comments on commit 4d21fa8

Please sign in to comment.