From 30283a6aedd65709100ef8bc4af90bae01a42f6c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 13 Oct 2023 13:13:38 +0100 Subject: [PATCH] Update Tooltip.module.css --- src/components/Tooltip/Tooltip.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tooltip/Tooltip.module.css b/src/components/Tooltip/Tooltip.module.css index 68a25454..9ecb1b7e 100644 --- a/src/components/Tooltip/Tooltip.module.css +++ b/src/components/Tooltip/Tooltip.module.css @@ -26,7 +26,7 @@ limitations under the License. text-align: center; } -.shortcut { +.caption { font-weight: var(--cpd-font-weight-regular); color: var(--cpd-color-text-secondary); }