Adjust styles on usage note

Mikayla Maki created

Change summary

styles/src/styleTree/welcome.ts | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Detailed changes

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: {