From 8bcae298813c6a64c412f3a98edfbe9c94bf81e3 Mon Sep 17 00:00:00 2001 From: Niels Roozemond Date: Wed, 24 Jan 2024 11:39:16 +0100 Subject: [PATCH] Update packages/css/src/components/badge/README.md Co-authored-by: Vincent Smedinga --- packages/css/src/components/badge/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/packages/css/src/components/badge/README.md b/packages/css/src/components/badge/README.md index 732117d152..740d4831b0 100644 --- a/packages/css/src/components/badge/README.md +++ b/packages/css/src/components/badge/README.md @@ -5,9 +5,6 @@ Guides the user in taking a specific action or describes its surrounding content ## Design -The badge can contain a string of text or a number. - -## Guidelines - -The default background colour is green. -Suggestions when to use the other colours will follow soon. +The badge can contain a short text or a number. +The default background colour is dark green. +Suggestions on when to use the other colours will follow soon.