From 914515f7dd77322a0e19abd753a1b5ecd9f7f9b9 Mon Sep 17 00:00:00 2001 From: Dobromir Hristov Date: Thu, 30 Mar 2023 21:44:15 +0300 Subject: [PATCH 1/2] feat: allow customizing Page color --- src/components/DocumentationTopic.vue | 9 ++++++ .../DocumentationTopic/DocumentationHero.vue | 27 ++++++++++++++---- src/components/TopicTypeIcon.vue | 12 ++++---- src/styles/core/colors/_light.scss | 8 ++++++ .../DocumentationHero.spec.js | 28 +++++++++++++++---- tests/unit/components/TopicTypeIcon.spec.js | 4 +-- 6 files changed, 70 insertions(+), 18 deletions(-) diff --git a/src/components/DocumentationTopic.vue b/src/components/DocumentationTopic.vue index fedf4ca9f..b90d53c8f 100644 --- a/src/components/DocumentationTopic.vue +++ b/src/components/DocumentationTopic.vue @@ -21,6 +21,7 @@ :shortHero="shortHero" :shouldShowLanguageSwitcher="shouldShowLanguageSwitcher" :iconOverride="references[pageIcon]" + :standardColorIdentifier="standardColorIdentifier" >