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