diff --git a/README.md b/README.md index ad3e0ac..a8df868 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ - **Version 2.2 (breaking changes from 2.1.x)** + - 2.2.46: Fixed minor css error. - 2.2.45: Updated Pagination and select to ensure more WCAG compliancy. - 2.2.44: Updated PrimaryTopNav to allow font-weight. - 2.2.43: Updated DownloadCard to allow size as string. diff --git a/package.json b/package.json index 28e1f36..6c1c246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@conduction/components", - "version": "2.2.45", + "version": "2.2.46", "description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)", "main": "lib/index.js", "scripts": { diff --git a/src/components/tabs/Tabs.module.css b/src/components/tabs/Tabs.module.css index 9f6243b..ff26975 100644 --- a/src/components/tabs/Tabs.module.css +++ b/src/components/tabs/Tabs.module.css @@ -14,7 +14,7 @@ --conduction-tabs-tab-padding-inline-start: var(--skeleton-size-sm); --conduction-tabs-tab-padding-inline-end: var(--skeleton-size-sm); /* --conduction-tabs-tab-margin-inline-end: var(--skeleton-size-xs); */ - --conduction-tabs-tab-font-size: var(--skeleton-font-size-sm: ); + --conduction-tabs-tab-font-size: var(--skeleton-font-size-sm); --conduction-tabs-tab-font-weight: var(--skeleton-font-weight-normal); --conduction-tabs-tab-font-family: "Noto Sans", Arial, sans-serif; --conduction-tabs-tab-max-width: unset;