Skip to content

Commit

Permalink
fix: tip calculator app
Browse files Browse the repository at this point in the history
  • Loading branch information
psucodervn committed Sep 26, 2023
1 parent c3e6b0e commit 4f6eaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tip-calculator-app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function Main() {
})

return (
<div className="bg-white md:flex md:items-center md:rounded-2xl md:shadow-xl md:drop-shadow-xl">
<div className="bg-white rounded-t-3xl md:flex md:items-center md:rounded-2xl md:shadow-xl md:drop-shadow-xl">
<MainInput config={config} setConfig={setConfig} />
<Result config={config} setConfig={setConfig} />
</div>
Expand Down

0 comments on commit 4f6eaca

Please sign in to comment.