Skip to content

Commit

Permalink
Merge branch 'UX-1064/Comms-Buttons' of https://github.com/ZebraDevs/…
Browse files Browse the repository at this point in the history
…zeta_flutter into UX-1064/Comms-Buttons
  • Loading branch information
DE7924 committed Oct 2, 2024
2 parents e24ca0d + a803c8f commit 8e9453c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/src/components/comms_button/comms_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ import '../../../zeta_flutter.dart';

/// Enum for the type of comms button.
enum ZetaCommsButtonType {
/// Green background, no border, white icon
/// Green background, no border, white icon.
positive,

/// Red background, no border, white icon
/// Red background, no border, white icon.
negative,

/// Light grey background, dark grey border, black icon
/// Light grey background, dark grey border, black icon.
on,

/// Dark grey background, light grey border, white icon
/// Dark grey background, light grey border, white icon.
off,

/// White background, red border, red icon
/// White background, red border, red icon.
warning,
}

Expand Down

0 comments on commit 8e9453c

Please sign in to comment.