Skip to content

Commit

Permalink
Little style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Dec 16, 2024
1 parent 212c9e9 commit e6fa4ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Dropper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Dropper() {
function DropOverlay() {
return (
<div class="frost absolute top-0 left-0 z-50 flex h-full w-full items-center justify-center bg-primary/60 transition-all">
<BsArrowDownSquare size={300} />
<BsArrowDownSquare class="opacity-75" size={300} />
</div>
);
}
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ body {
.fade-enter-active,
.fade-exit-active {
transition:
opacity 0.3s,
transform 0.3s;
opacity 0.6s,
transform 0.6s;
}
.fade-enter,
.fade-exit-to {
Expand Down

0 comments on commit e6fa4ab

Please sign in to comment.