From 2b8f0db3ba2e38f6a7934da6d4ea4cc63e2c60be Mon Sep 17 00:00:00 2001 From: John Cowen Date: Thu, 19 Dec 2024 11:20:38 +0000 Subject: [PATCH 1/2] fix: globally fix text color of buttons in alerts Signed-off-by: John Cowen --- .../components/app-view/AppView.vue | 2 +- .../kuma-gui/src/app/common/ErrorBlock.vue | 2 +- .../data-planes/views/DataPlaneDetailView.vue | 2 +- .../app/kuma/components/ApplicationShell.vue | 3 -- .../onboarding/components/OnboardingAlert.vue | 2 +- .../views/SubscriptionSummaryOverviewView.vue | 2 +- .../app/x/components/x-about-card/README.md | 1 + .../src/app/x/components/x-alert/README.md | 1 + .../src/app/x/components/x-alert/XAlert.vue | 35 +++++++++++++++++++ packages/kuma-gui/src/app/x/index.ts | 7 ++-- .../src/app/zones/views/ZoneConfigView.vue | 2 +- 11 files changed, 47 insertions(+), 12 deletions(-) create mode 100644 packages/kuma-gui/src/app/x/components/x-about-card/README.md create mode 100644 packages/kuma-gui/src/app/x/components/x-alert/README.md create mode 100644 packages/kuma-gui/src/app/x/components/x-alert/XAlert.vue diff --git a/packages/kuma-gui/src/app/application/components/app-view/AppView.vue b/packages/kuma-gui/src/app/application/components/app-view/AppView.vue index 7e0a6d4ae..9a55f132c 100644 --- a/packages/kuma-gui/src/app/application/components/app-view/AppView.vue +++ b/packages/kuma-gui/src/app/application/components/app-view/AppView.vue @@ -53,7 +53,7 @@