From d95f4bab2e028ed565d9610aaf9c6a5e4c9dfd87 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 25 Jul 2023 18:09:26 +0900 Subject: [PATCH] remove no border from Toasts styles docs --- content/components/web/toasts/styles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/components/web/toasts/styles.md b/content/components/web/toasts/styles.md index 0226d25d..1f3fb0d0 100644 --- a/content/components/web/toasts/styles.md +++ b/content/components/web/toasts/styles.md @@ -16,7 +16,7 @@ tags: [styles] ## Specifications -- Container (Height: 42px; Radius: 2px; Padding: 16px; Margin: 16px; solid color; no border; [level 3 shadow](/foundations/shadows-and-depth/)) _required_ +- Container (Height: 42px; Radius: 2px; Padding: 16px; Margin: 16px; solid color; [level 3 shadow](/foundations/shadows-and-depth/)) _required_ - Toast text (Font: Open Sans Semibold 14px) _required_ - Leading non-interactive icon (16x16px) _optional_ - Trailing close icon (16x16px) or a Text Only [Button](/components/web/buttons/) _optional_