diff --git a/src/components/Examples/ExamplesList.tsx b/src/components/Examples/ExamplesList.tsx
index 7b63d6d9fb..eb586282be 100644
--- a/src/components/Examples/ExamplesList.tsx
+++ b/src/components/Examples/ExamplesList.tsx
@@ -9,7 +9,7 @@ const ExamplesList: React.FC = () => {
{example.name}
diff --git a/src/components/Layout/LeftSidebar.tsx b/src/components/Layout/LeftSidebar.tsx
index bedc586aed..381c9ae0a4 100644
--- a/src/components/Layout/LeftSidebar.tsx
+++ b/src/components/Layout/LeftSidebar.tsx
@@ -59,7 +59,8 @@ const accordionTriggerClassName = cn(
const accordionLinkClassName = 'pl-3 py-1';
-const sectionHeadingClassName = 'ui-text-label2 font-bold text-neutral-1300 dark:text-neutral-000 pb-2 pt-5 pl-3 pr-2';
+const sectionHeadingClassName =
+ 'ui-text-label2 font-semibold text-neutral-1300 dark:text-neutral-000 pb-2 pt-5 pl-3 pr-2';
const iconClassName = 'text-neutral-1300 dark:text-neutral-000 transition-transform';
@@ -213,7 +214,7 @@ const SectionNav = ({ content, tree }: { content: (NavProductPage | NavProductCo
key={page.name}
to={buildLinkWithParams(page.link, searchParams)}
className={cn(
- 'ui-text-label2 font-bold text-neutral-1300 dark:text-neutral-000',
+ 'ui-text-label2 font-semibold text-neutral-1300 dark:text-neutral-000',
'mt-4 flex items-center justify-between gap-2 rounded-lg py-1.5 pl-3 pr-2',
'hover:bg-neutral-100 dark:hover:bg-neutral-1200',
isSelected && 'bg-orange-100 hover:bg-orange-100',
diff --git a/src/components/ui/CodeSnippet.tsx b/src/components/ui/CodeSnippet.tsx
index 3bf52f750f..9c9564e1d0 100644
--- a/src/components/ui/CodeSnippet.tsx
+++ b/src/components/ui/CodeSnippet.tsx
@@ -508,7 +508,9 @@ const CodeSnippet: React.FC = ({
- {title}
+
+ {title}
+
diff --git a/src/components/ui/FeaturedLink.tsx b/src/components/ui/FeaturedLink.tsx
index e5ea3c93b8..f3c3284923 100644
--- a/src/components/ui/FeaturedLink.tsx
+++ b/src/components/ui/FeaturedLink.tsx
@@ -61,7 +61,7 @@ const FeaturedLink = ({
= ({
svg]:!w-6 [&>svg]:!h-6;
+ @apply ui-button-base ui-text-label1 font-semibold h-14 px-7 py-[1.0625rem] gap-3 [&>svg]:!w-6 [&>svg]:!h-6;
}
.ui-button-md-base {
- @apply ui-button-base ui-text-label2 font-bold h-12 px-6 py-[0.8125rem] gap-2.5 [&>svg]:!w-6 [&>svg]:!h-6;
+ @apply ui-button-base ui-text-label2 font-semibold h-12 px-6 py-[0.8125rem] gap-2.5 [&>svg]:!w-6 [&>svg]:!h-6;
}
.ui-button-sm-base {
- @apply ui-button-base ui-text-label3 font-bold h-10 px-5 py-2.5 gap-2 [&>svg]:!w-5 [&>svg]:!h-5;
+ @apply ui-button-base ui-text-label3 font-semibold h-10 px-5 py-2.5 gap-2 [&>svg]:!w-5 [&>svg]:!h-5;
}
.ui-button-xs-base {
- @apply ui-button-base ui-text-label4 font-bold h-9 px-3 py-[0.5625rem] gap-1.5 [&>svg]:!w-4 [&>svg]:!h-4;
+ @apply ui-button-base ui-text-label4 font-semibold h-9 px-3 py-[0.5625rem] gap-1.5 [&>svg]:!w-4 [&>svg]:!h-4;
}
.ui-button-disabled-base {