Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: border radius consistent on playground (#6056)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenHearth authored Apr 15, 2023
1 parent 36e1a1b commit a5f4a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function Playground() {
<Input
name={gitUsername}
value={gitUsername}
className="dark:bg-primary-high dark:text-white border-2 hover:border-tertiary-medium"
className="dark:bg-primary-high dark:text-white rounded border-2 hover:border-tertiary-medium"
placeholder="Enter github username"
onChange={(e) => setGitUsername(e.target.value)}
/>
Expand Down

0 comments on commit a5f4a1d

Please sign in to comment.