@campxdev/react-blueprint 2.3.10 → 2.3.11
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/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
- package/src/themes/commonTheme.ts +1 -0
package/package.json
CHANGED
|
@@ -414,6 +414,7 @@ export const getCommonTheme = (mode: Theme) => {
|
|
|
414
414
|
backgroundColor: ColorTokens.surface.paperBackground,
|
|
415
415
|
// boxShadow: `0px 2px 5px ${ColorTokens.secondary.main}`,
|
|
416
416
|
border: `1px solid ${ColorTokens.secondary.main}`,
|
|
417
|
+
color: ColorTokens.text.secondary,
|
|
417
418
|
},
|
|
418
419
|
arrow: {
|
|
419
420
|
color: ColorTokens.surface.paperBackground,
|