@campxdev/react-blueprint 2.3.6 → 2.3.7

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.6",
3
+ "version": "2.3.7",
4
4
  "description": "React UI component library for CampX applications",
5
5
  "author": "CampX",
6
6
  "license": "MIT",
@@ -29,6 +29,7 @@ const AppBarContainer = styled('header')(({ theme }: { theme?: any }) => ({
29
29
  height: '54px',
30
30
  minHeight: '54px',
31
31
  padding: '0 16px 0px 0px',
32
+ backgroundColor: theme.palette.surface.paperBackground,
32
33
  },
33
34
 
34
35
  // Ensure proper spacing for child elements