From 38a9724cd77cd8efe0a0bf43e72e7d23107a2e72 Mon Sep 17 00:00:00 2001 From: dengqing Date: Mon, 9 May 2022 10:36:32 +0800 Subject: [PATCH] fix: update styles --- playground/src/Resume.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playground/src/Resume.tsx b/playground/src/Resume.tsx index 4e4447bd..2597451d 100644 --- a/playground/src/Resume.tsx +++ b/playground/src/Resume.tsx @@ -20,8 +20,8 @@ function Resume() { }, 'h3': ({ ...props }) =>

, - 'ul': ({ ...props }) => , - 'ol': ({ ...props }) =>
    , + 'ul': ({ ...props }) => , + 'ol': ({ ...props }) =>
      , 'li': ({ ...props }) =>
    1. , 'a': ({ ...props }) => , 'p': ({ ...props }) =>

      , @@ -45,7 +45,7 @@ function Resume() { return
      }, 'header-h1': ({ node: _, ...props }) => { - return

      + return

      }, 'header-ul': ({ ...props }) => { return