Skip to content

Commit

Permalink
fix: 🐛 divider margin
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefullight committed Oct 15, 2023
1 parent 9f0dd8a commit 89a6b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/public/sw.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/web/src/components/main/Spend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Spend() {
내역
</button>
</div>
<div className="divider px-2"></div>
<div className="divider my-1 px-2"></div>
<div className="flex cursor-pointer select-none items-center justify-between rounded-xl p-2 active:bg-neutral-600">
<div className="flex items-center space-x-3">
<div className="placeholder avatar">
Expand Down

0 comments on commit 89a6b26

Please sign in to comment.