Skip to content

Commit

Permalink
chore(tooltip): 💄 updated tooltip theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-B-06 committed Jun 15, 2022
1 parent d671fa6 commit 51b13dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/defaultTheme/tooltip.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const tooltip = {
contentWrapper:
"relative items-center justify-center px-2 py-[6.5px] bg-gray-800 rounded-lg shadow-lg max-w-[160px]",
content: "text-cxs text-white font-normal leading-4 text-center",
"relative items-center justify-center px-2 py-[5.5px] bg-gray-900 rounded-lg shadow-lg max-w-[160px]",
content: "text-cxs text-white-900 font-normal leading-4 text-center",
};

0 comments on commit 51b13dc

Please sign in to comment.