Skip to content

Commit 2644c8f

Browse files
committed
fix: theme toggle spacing
1 parent efb82d7 commit 2644c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavigationBar/NavigationBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ const NavigationBar = () => {
228228
<button
229229
type="button"
230230
onClick={() => handleLogin()}
231-
className="hover:text-blue-500"
231+
className="hover:text-blue-500 mr-8"
232232
>
233233
Login
234234
</button>

0 commit comments

Comments
 (0)