Skip to content

Commit

Permalink
[Slider] Fixed label breaking near edge.
Browse files Browse the repository at this point in the history
Resolves #2942

PiperOrigin-RevId: 493720562
  • Loading branch information
leticiarossi authored and dsn5ft committed Dec 8, 2022
1 parent d481ddd commit 484281f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</style>

<style name="Widget.Material3.Tooltip" parent="Widget.MaterialComponents.Tooltip">
<item name="android:layout_margin">2dp</item>
<item name="android:textAppearance">@macro/m3_comp_plain_tooltip_supporting_text_type</item>
<item name="android:textColor">?attr/colorOnPrimary</item>
<item name="backgroundTint">?attr/colorPrimary</item>
Expand Down

0 comments on commit 484281f

Please sign in to comment.