From 2fabb1c8cf48a7e53dfb25efc2d898d384b46a15 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Thu, 22 Oct 2020 11:23:17 -0500 Subject: Fix icon color in documentation - Add StatusIcon to ehnaceApp and use the component imported into the the documentation's component/app-imports directory to resolve fill rendering bug in the Alert component - Remove the scoped attribute to make the changes work for alerts in documentation - Update StatusIcon component to match changes to application component Signed-off-by: Derick Montague Change-Id: I4090d58f78a1d10d9745ee592424ca0c0c91c610 --- docs/.vuepress/components/app-imports/StatusIcon.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'docs/.vuepress/components') diff --git a/docs/.vuepress/components/app-imports/StatusIcon.vue b/docs/.vuepress/components/app-imports/StatusIcon.vue index 954e4775..ef2afb72 100644 --- a/docs/.vuepress/components/app-imports/StatusIcon.vue +++ b/docs/.vuepress/components/app-imports/StatusIcon.vue @@ -33,29 +33,33 @@ export default { }; - -- cgit v1.2.3