We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c62e71 commit 118f850Copy full SHA for 118f850
packages/components/src/utilities/theme/applyTheme.ts
@@ -20,6 +20,7 @@ import {
20
accentPalette,
21
baseLayerLuminance,
22
bodyFont,
23
+ controlCornerRadius,
24
neutralPalette,
25
strokeWidth,
26
typeRampBaseFontSize
@@ -110,6 +111,10 @@ const tokenMappings: { [key: string]: IConverter<any> } = {
110
111
converter: intConverter,
112
token: strokeWidth
113
},
114
+ '--jp-border-radius': {
115
+ converter: intConverter,
116
+ token: controlCornerRadius
117
+ },
118
'--jp-layout-color1': {
119
converter: (value: string, isDark: boolean): Palette<Swatch> | null => {
120
const parsedColor = parseColor(value);
0 commit comments