@bcc-code/design-tokens 5.1.46 → 5.1.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/primevue/config.js
CHANGED
|
@@ -1057,7 +1057,7 @@ const BCCPreset = definePreset(Aura, {
|
|
|
1057
1057
|
minHeight: "var(--space-400)"
|
|
1058
1058
|
},
|
|
1059
1059
|
lg: {
|
|
1060
|
-
fontSize: "var(--font-size-
|
|
1060
|
+
fontSize: "var(--font-size-md)",
|
|
1061
1061
|
paddingX: "var(--space-250)",
|
|
1062
1062
|
paddingY: "var(--space-100)",
|
|
1063
1063
|
iconOnlyWidth: "var(--space-600)",
|