Skip to content

Commit

Permalink
components: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Apr 8, 2024
1 parent 41ec3d3 commit 3d8964d
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
}
}

.inner {
@apply flex items-center justify-center w-16 bg-white/10 text-xs px-1 rounded-sm text-center leading-6 text-white font-normal;

svg {
@apply w-3 h-3 mr-1;
}
}

.darkButton {
@apply border-opacity-20 border border-[#333C50];

Expand All @@ -18,14 +26,6 @@
}
}

.inner {
@apply flex items-center justify-center w-16 bg-white/10 text-xs px-1 rounded-sm text-center leading-6 text-white font-normal;

svg {
@apply w-3 h-3 mr-1;
}
}

.darkInner {
@apply bg-opacity-10 bg-[#333C50] text-background-acc-1 font-semibold;
}

0 comments on commit 3d8964d

Please sign in to comment.