Skip to content

Commit

Permalink
fix(toggletip): body text font
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Jan 17, 2024
1 parent 8213fd4 commit ffd6386
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license
*
* Copyright IBM Corp. 2019, 2023
* Copyright IBM Corp. 2019, 2024
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
Expand All @@ -12,6 +12,7 @@
@use '@carbon/styles/scss/utilities';
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/styles/scss/theme' as *;
@use '@carbon/styles/scss/type' as *;
@use '@carbon/styles/scss/components/toggletip/index' as *;
@use '@carbon/styles/scss/components/tooltip/index' as *;
@use '@carbon/styles/scss/utilities/button-reset';
Expand All @@ -31,4 +32,8 @@
.#{$prefix}--popover-caret {
background-color: $background-inverse;
}

::slotted([slot='body-text']) {
all: unset !important;
}
}

0 comments on commit ffd6386

Please sign in to comment.