From b57f657ff3b2d5cc327ce5d88324664adf411a06 Mon Sep 17 00:00:00 2001 From: Florian Wendelborn <1133858+FlorianWendelborn@users.noreply.github.com> Date: Sat, 11 Sep 2021 01:48:02 +0200 Subject: [PATCH] chore(documentation): Remove More British English --- .../documentation/components/ColorPalette.vue | 4 +-- .../documentation/components/ColorUsage.vue | 30 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/documentation/components/ColorPalette.vue b/packages/documentation/components/ColorPalette.vue index 4860f918d0..5cb15e943e 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 77d4bbff90..833a2edf11 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 @@