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); }