From 92a68a967fe2ce3cd6703f2bab45d9b2e21d2dc8 Mon Sep 17 00:00:00 2001 From: Josh Adam Date: Mon, 2 Dec 2024 13:13:10 -0600 Subject: [PATCH] style: :lipstick: Updating secondary text colours --- .../previews/colour_preview/background.html.erb | 11 ++--------- embedded_gems/pathogen/tailwind.config.js | 4 ++-- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/embedded_gems/pathogen/previews/colour_preview/background.html.erb b/embedded_gems/pathogen/previews/colour_preview/background.html.erb index f35661305b..8679cb8318 100644 --- a/embedded_gems/pathogen/previews/colour_preview/background.html.erb +++ b/embedded_gems/pathogen/previews/colour_preview/background.html.erb @@ -182,15 +182,8 @@ - -
- bg-light-brand-secondary dark:bg-dark-brand-secondary -
+ + bg-light-onbrand-secondary dark:bg-dark-onbrand-secondary diff --git a/embedded_gems/pathogen/tailwind.config.js b/embedded_gems/pathogen/tailwind.config.js index ef4bf92383..dab03115bc 100644 --- a/embedded_gems/pathogen/tailwind.config.js +++ b/embedded_gems/pathogen/tailwind.config.js @@ -9,7 +9,7 @@ e.g. bg-light-brand-primary instead of bg-bg-brand-600 */ const globalColors = { - brand: colors.emerald, + brand: colors.green, neutral: colors.slate, danger: colors.rose, success: colors.green, @@ -70,7 +70,7 @@ module.exports = { // Light mode "light-default": globalColors.neutral[900], "light-onbrand-primary": colors.neutral[100], - "light-onbrand-secondary": globalColors.brand[800], + "light-onbrand-secondary": globalColors.neutral[900], "light-onneutral-primary": globalColors.neutral[700], "light-ondanger-primary": colors.neutral[100],