adjust dark mode and layout

This commit is contained in:
鲁树人
2025-05-18 23:18:01 +09:00
parent 6cb1f9f87f
commit 3ab73d8369
16 changed files with 53 additions and 45 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ export function SegmentKeyImportInstructions({
}: SegmentKeyImportInstructionsProps) {
return (
<>
<p></p>
<p className="mt-2"></p>
<ol className="list-decimal pl-5">
<li>
<SegmentTopNavSettings />
@@ -28,7 +28,7 @@ export function SegmentKeyImportInstructions({
<SegmentAddKeyDropdown />
</li>
<li>
<p>{keyInstructionText}</p>
<p className="mb-2">{keyInstructionText}</p>
{clientInstructions}
</li>
</ol>