From 709c101834b5429c9ea580415e5e4e736e88384f Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Wed, 8 Mar 2023 18:50:17 -0800 Subject: [PATCH] Adjust styles on usage note --- styles/src/styleTree/welcome.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/src/styleTree/welcome.ts b/styles/src/styleTree/welcome.ts index 4ad3e51cd84545ef796b89d608996ad1aee0d872..e1bd5c82bbac65595ed3e0cd60b1f5957158889c 100644 --- a/styles/src/styleTree/welcome.ts +++ b/styles/src/styleTree/welcome.ts @@ -88,8 +88,9 @@ export default function welcome(colorScheme: ColorScheme) { }, usageNote: { ...text(layer, "sans", "variant", { size: "2xs" }), - margin: { - top: -4 + padding: { + top: -4, + } }, checkboxContainer: {