Skip to content

Commit 7f29eda

Browse files
committed
fix(contextualhelp): use spectrum-tokens var for font-size
Following the fix in `@adobe/[email protected]`, this removes a unnecessary custom property definition created within the ContextualHelp component, and instead, uses the custom property as generated directly from Spectrum Tokens. Ultimately, this resolves an issue that was causing the font-size value for the Contextual Help's body to be incorrect.
1 parent e8202b1 commit 7f29eda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/contextualhelp/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ governing permissions and limitations under the License.
1818

1919
/* Typography Variables */
2020
--spectrum-contextual-help-heading-size: var(--spectrum-contextual-help-title-size);
21-
--spectrum-contextual-help-body-size: var(--spectrum-contextual-help-body-size);
2221
--spectrum-contextual-help-heading-color: var(--spectrum-heading-color);
2322
--spectrum-contextual-help-body-color: var(--spectrum-body-color);
2423

0 commit comments

Comments
 (0)