diff --git a/samples/inputs/button-group/overview/src/index.css b/samples/inputs/button-group/overview/src/index.css index 2190c366e5..c01ecaef91 100644 --- a/samples/inputs/button-group/overview/src/index.css +++ b/samples/inputs/button-group/overview/src/index.css @@ -15,12 +15,13 @@ igc-button-group { } .album-title { - font-size: 0.875rem; + color: var(--ig-gray-600); + font-family: "Aktiv Grotesk", sans-serif; + font-size: 13px; font-weight: 400; - line-height: 1.429; - letter-spacing: 0.0178571em; + line-height: 20px; + letter-spacing: 0.3px; margin-block: 0 0.5rem; - color: var(--ig-primary-500); } .album-photos { diff --git a/samples/inputs/switches/overview/src/index.css b/samples/inputs/switches/overview/src/index.css index 38aea371df..e7017a0029 100644 --- a/samples/inputs/switches/overview/src/index.css +++ b/samples/inputs/switches/overview/src/index.css @@ -20,7 +20,7 @@ font: 400 10px / 16px "Titillium Web", sans-serif; letter-spacing: 1.5px; text-transform: uppercase; - color: var(--ig-primary-500); + color: var(--ig-secondary-500); } & .notifications__row { @@ -48,7 +48,6 @@ white-space: normal; & .option__label { - font-size: 16px; color: var(--ig-gray-900); }