Skip to content

Commit

Permalink
chore: adjust button style (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed May 29, 2022
1 parent 3e1b7c4 commit 101ae95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/LandingPage/CodeExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const CodeExample = () => {
<div className="code-container-inner">
<div className="duration-changer">
<h3 className="text-xl font-bold">{snap.dur}</h3>
<div>
<div className="button-container">
<button
className="counter"
disabled={snap.dur <= 1}
Expand Down
4 changes: 4 additions & 0 deletions website/styles/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ html {
border-radius: 3px;
}

.button-container {
display: flex;
}

button.counter {
cursor: pointer;
background: transparent;
Expand Down

1 comment on commit 101ae95

@vercel
Copy link

@vercel vercel bot commented on 101ae95 May 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

valtio – ./

valtio.vercel.app
valtio-pmndrs.vercel.app
valtio.pmnd.rs
valtio-git-main-pmndrs.vercel.app

Please sign in to comment.