Describe the bug
When trying to modify the sizing and padding in _buttonSizeStyles only affects button that uses the default variant.
To Reproduce
- Generate style files with
dart run forui style create buttons.
- Try to modify any of the options within
_buttonSizeStyles.
- Nothing happens for buttons that are not the default variant.
Expected behavior
_buttonSizeStyles should affect all buttons no matter the variant.
Device (please complete the following information):
- Flutter version: [3.41.2]
- Forui version: [0.21.0]
- Device: [M3 macbook air]
Describe the bug
When trying to modify the sizing and padding in
_buttonSizeStylesonly affects button that uses the default variant.To Reproduce
dart run forui style create buttons._buttonSizeStyles.Expected behavior
_buttonSizeStylesshould affect all buttons no matter the variant.Device (please complete the following information):