Skip to content

Commit

Permalink
style: Add gap to web3 button
Browse files Browse the repository at this point in the history
  • Loading branch information
0xwonj committed Apr 2, 2024
1 parent bdce1be commit 7207a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Web3Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Web3Button = () => {
const [showButtons, setShowButtons] = useState(false);

return (
<div className="flex h-10 flex-row justify-end">
<div className="flex h-10 flex-row justify-end gap-2">
<button
onClick={() => setShowButtons(!showButtons)}
className="orangeShadow py-1 font-press-start text-xl text-orange-500 hover:text-yellow-300 sm:px-2 sm:text-2xl"
Expand Down

0 comments on commit 7207a9f

Please sign in to comment.