Skip to content

Commit

Permalink
fix(app): 1px borders on card button areas
Browse files Browse the repository at this point in the history
  • Loading branch information
gdixon committed Sep 7, 2022
1 parent e6aaafa commit 4ed562a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/LoadingCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const LoadingCard = (): JSX.Element => {
<div className="col-span-2 h-3 rounded-md bg-gray-300"></div>
</div>
</div>
<div className="mt-auto flex h-12 w-full flex-row items-center justify-center border-t-2 text-gray-900">
<div className="mt-auto flex h-12 w-full flex-row items-center justify-center border-t text-gray-900">
<div className="mr-2 h-3 w-1/5 rounded-md bg-gray-300"></div>
<div className="ml-2 h-3 w-1/5 rounded-md bg-gray-300"></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@layer components {
.verify-btn {
@apply w-full border-t-2 p-3 hover:text-purple-400;
@apply w-full border-t p-3 hover:text-purple-400;
}
.sidebar-verify-btn {
@apply mt-10 w-full rounded-md bg-purple-connectPurple py-2 text-white hover:bg-purple-200 hover:text-black;
Expand Down

0 comments on commit 4ed562a

Please sign in to comment.