Skip to content

Commit

Permalink
Use token color
Browse files Browse the repository at this point in the history
  • Loading branch information
Osman authored and Osman committed Mar 7, 2024
1 parent af20783 commit 13bb6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/pages/components/button_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class _ButtonExampleState extends State<ButtonExample> {
Column(children: inputButtons(ZetaWidgetBorder.rounded)),
Text('Sharp Buttons', style: ZetaTextStyles.displayMedium),
Column(children: inputButtons(ZetaWidgetBorder.sharp)),
Text('Icon Buttons', style: ZetaTextStyles.displayLarge),
Text('Group Buttons', style: ZetaTextStyles.displayLarge),
Column(
children: groupButtons(ZetaWidgetBorder.rounded),
),
Expand Down

0 comments on commit 13bb6cf

Please sign in to comment.