@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/react-blueprint",
3
- "version": "2.3.10",
3
+ "version": "2.3.11",
4
4
  "description": "React UI component library for CampX applications",
5
5
  "author": "CampX",
6
6
  "license": "MIT",
@@ -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,