Skip to content

Commit

Permalink
Fix css detail in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
saidam90 committed Aug 10, 2024
1 parent 0e8b487 commit 9a227e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ input[type="number"]::-ms-clear {

/* css for tooltip */
.tippy-box[data-theme~="custom"] {
@apply text-dexter-green bg-base-100;
@apply text-dexter-green;
}

0 comments on commit 9a227e1

Please sign in to comment.