We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d18d0 commit 484b9fcCopy full SHA for 484b9fc
components/dashboard/src/settings/Preferences.tsx
@@ -63,7 +63,7 @@ export default function Preferences() {
63
<SelectIDE />
64
<h3 className="mt-12">Theme</h3>
65
<p className="text-base text-gray-500 dark:text-gray-400">Early bird or night owl? Choose your side.</p>
66
- <div className="mt-4 space-x-4 flex">
+ <div className="mt-4 space-x-3 flex">
67
<SelectableCardSolid
68
className="w-36 h-32"
69
title="Light"
0 commit comments