Skip to content

Commit

Permalink
style button with tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
dqnykamp committed Aug 5, 2024
1 parent c45f352 commit a681b2f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ Tailwind base is purposely not included because we want all styles to be prefixe
@apply border-b-black border-b;
@apply hover:bg-slate-300 active:bg-slate-400;
@apply w-12 h-[1.5rem] flex items-center justify-center;
background-color: white;
border-width: 1px;
@apply bg-white border
}

.virtual-keyboard-tab-list {
Expand Down

0 comments on commit a681b2f

Please sign in to comment.