-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buttons rework: align to design specs #239
Conversation
* Primary * Secondary * Tertiary * Icon (small and normal)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use small variant of icons
example/lib/pages/button_page.dart
Outdated
@@ -16,79 +16,51 @@ class ButtonPage extends StatelessWidget { | |||
const ThemeModeSegmentedButton(), | |||
const SizedBox(height: sbbDefaultSpacing), | |||
const SBBListHeader('Primary Button'), | |||
// const SBBListHeader('Default | Disabled | Loading', textStyle: SBBTextStyles.extraSmallLight), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete
example/lib/pages/button_page.dart
Outdated
label: 'Tertiary Button Large Icon', | ||
icon: SBBIcons.plus_small, | ||
label: 'Icon', | ||
icon: SBBIcons.dog_medium, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use small icons
What was done
SBBTertiaryButtonSmall
(40 -> 32)closes #214
caused by #214