瀏覽代碼

Update landing-hero-animation.tsx

Stefan Pejcic 1 年之前
父節點
當前提交
fdc8550c0a
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      documentation/src/refine-theme/landing-hero-animation.tsx

+ 6 - 6
documentation/src/refine-theme/landing-hero-animation.tsx

@@ -85,7 +85,7 @@ const uiItems: ItemType[] = [
                     "text-gray-1000 dark:text-gray-0",
                     props.className,
                 )}
-                style={{ marginLeft: '0.5em' }}
+                style={{ marginLeft: '1em' }}
             />
         ),
         color: "#007FFF",
@@ -99,7 +99,7 @@ const uiItems: ItemType[] = [
                     "text-gray-1000 dark:text-gray-0",
                     props.className,
                 )}
-                style={{ marginLeft: '0.5em' }}
+                style={{ marginLeft: '1em' }}
             />
         ),
         color: "#148EFF",
@@ -113,7 +113,7 @@ const uiItems: ItemType[] = [
                     "text-gray-1000 dark:text-gray-0",
                     props.className,
                 )}
-                style={{ marginLeft: '0.5em' }}
+                style={{ marginLeft: '1em' }}
             />
         ),
         color: "#29C6B7",
@@ -175,7 +175,7 @@ const authItems: ItemType[] = [
                     "text-gray-1000 dark:text-gray-0",
                     props.className,
                 )}
-                style={{ marginLeft: '0.5em' }}
+                style={{ marginLeft: '1em' }}
             />
         ),
         color: "#EA4335",
@@ -189,7 +189,7 @@ const authItems: ItemType[] = [
                     "text-gray-1000 dark:text-gray-0",
                     props.className,
                 )}
-                style={{ marginLeft: '0.5em' }}
+                style={{ marginLeft: '1em' }}
             />
         ),
         color: "#EB5424",
@@ -206,7 +206,7 @@ const authItems: ItemType[] = [
                         "text-gray-1000 dark:text-gray-0",
                         props.className,
                     )}
-                    style={{ marginLeft: '0.5em' }}
+                    style={{ marginLeft: '1em' }}
                 />
             </div>
         ),