diff --git a/packages/documentation/components/ColorPalette.vue b/packages/documentation/components/ColorPalette.vue index 4860f918d..5cb15e943 100644 --- a/packages/documentation/components/ColorPalette.vue +++ b/packages/documentation/components/ColorPalette.vue @@ -48,8 +48,8 @@ export default { }, textColor(colorName) { if ( - colorName === 'Lightgrey-300' || - colorName === 'Lightgrey-400' || + colorName === 'Lightgray-300' || + colorName === 'Lightgray-400' || colorName === 'White-000' || colorName === 'Yellow-300' || colorName === 'Yellow-400' diff --git a/packages/documentation/components/ColorUsage.vue b/packages/documentation/components/ColorUsage.vue index 77d4bbff9..833a2edf1 100644 --- a/packages/documentation/components/ColorUsage.vue +++ b/packages/documentation/components/ColorUsage.vue @@ -9,18 +9,18 @@
  • Green: Success or progress, which gives positive feedback.
  • Red: signals attention or danger.
  • -
  • Darkgrey: neutral color.
  • -
  • Lightgrey: neutral color.
  • +
  • Darkgray: neutral color.
  • +
  • Lightgray: neutral color.
  • Dark text on light background

    -
    Default text Darkgrey-500
    +
    Default text Darkgray-500
    - Secondary text Darkgrey-400 + Secondary text Darkgray-400
    - Disabled / hint text Darkgrey-300 + Disabled / hint text Darkgray-300
    @@ -28,32 +28,32 @@ Depends on text meaning and hierarchy, there are three different types:

    Light text on dark background

    - Default text LightGrey-300 + Default text Lightgray-300
    - Secondary text Lightgrey-400 + Secondary text Lightgray-400
    - Disabled / hint text Lightgrey-500 + Disabled / hint text Lightgray-500

    Similar to light text, there are three different types:

    Light text on color background

    @@ -105,7 +105,7 @@