@granto-umbrella/umbrella-components 3.0.20 → 3.0.21

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": "@granto-umbrella/umbrella-components",
3
- "version": "3.0.20",
3
+ "version": "3.0.21",
4
4
  "description": "Umbrella Components for React",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -233,7 +233,7 @@ export const DropdownItem = styled.div<{ $type?: 'default' | 'logout' }>`
233
233
  cursor: pointer;
234
234
  color: ${(props) =>
235
235
  props.$type === 'default'
236
- ? primitiveColors.gray[600]
236
+ ? semanticColors.global.text.default.enabled
237
237
  : primitiveColors.red[600]};
238
238
 
239
239
  &:hover {