Skip to content

Commit

Permalink
fix(tokens): added border radius to tooltip (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHoffmannS2 authored Jul 17, 2023
1 parent ad8352d commit 95feb1d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,10 @@
"Padding": {
"value": "{core.dimensionPX.6} {core.dimensionPX.8}",
"type": "spacing"
},
"BorderRadius": {
"value": "{core.borderRadius.MD}",
"type": "borderRadius"
}
},
"Elevation": {
Expand Down Expand Up @@ -2841,4 +2845,4 @@
}
}
}
}
}

0 comments on commit 95feb1d

Please sign in to comment.