Skip to content

Commit 92cc2b7

Browse files
fix: update tooltip styles with background, padding, and font settings
1 parent 38502f0 commit 92cc2b7

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
/* Container */
9194
--rp-container-focus-outline-width: 0px;
9295
--rp-container-focus-outline-color: var(--rp-primary-color);

0 commit comments

Comments
 (0)