Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Oct 18, 2024
1 parent 06681d2 commit 26fc6f9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/remix/lib/src/components/chip/chip_style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@ class ChipStyle extends SpecStyle<ChipSpecUtility> {

final labelStyle = [
$.label.chain
..textHeightBehavior(
const TextHeightBehavior(
applyHeightToFirstAscent: false,
applyHeightToLastDescent: true,
),
)
..textHeightBehavior.heightToFirstAscent.off()
..textHeightBehavior.heightToLastDescent.on()
..style.fontSize(14)
..style.height(1.5)
..style.color.black()
Expand Down

0 comments on commit 26fc6f9

Please sign in to comment.