Skip to content

Commit f40290f

Browse files
Merge pull request #33 from terawuthlogicspark/css-vars-tooltip
fix: update tooltip styles with background, padding, and font settings
2 parents 8086078 + 7d97deb commit f40290f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rp-variables.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@
8686
--rp-current-highlight-background-color: rgba(255, 0, 0, 1);
8787
/* Tooltip */
8888
--rp-tooltip-background-color: #1c2024;
89-
--rp-tooltip-border-radius: var(--rp-border-radius);
89+
--rp-tooltip-border-radius: 4px;
90+
--rp-tooltip-font-color: #ffffff;
91+
--rp-tooltip-font-size: 14px;
92+
--rp-tooltip-padding: 8px 8px;
9093
/* Password Modal */
9194
--rp-password-background-color: #ffffff;
9295
--rp-password-title-font-color: #1c2024;

0 commit comments

Comments
 (0)