-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: TextColumn size property not applying when badge() is used
TextColumn's `size()` property was not taking effect when `badge()` was applied. This happened because `badge()` and `size()` are handled as different components. Now, the `size()` property will correctly apply, even when `badge()` is used. the extras TextColumnSize::ExtraSmall is set as default as it is right now with one size.
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters