From 82c2c120f065cab8f42d11740014f93410e63e42 Mon Sep 17 00:00:00 2001 From: gdestrem Date: Mon, 10 May 2021 13:58:20 +0200 Subject: [PATCH] =?UTF-8?q?#fix=20(984)=20Correction=20d'une=20regression?= =?UTF-8?q?=20(couleur=20jaune=20=C3=A9cras=C3=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/app/components/ui/Button.vue | 2 +- tailwind.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/app/components/ui/Button.vue b/src/js/app/components/ui/Button.vue index 801dcad6b3..1e4f10aef4 100644 --- a/src/js/app/components/ui/Button.vue +++ b/src/js/app/components/ui/Button.vue @@ -97,7 +97,7 @@ export default { tertiary: "rounded-sm border-2 border-tertiary bg-tertiary text-white hover:bg-tertiaryDark hover:border-tertiaryDark focus:outline-none", specialEvent: - "rounded-sm bg-yellow text-black hover:bg-yellowDark focus:outline-none", + "rounded-sm bg-yellowBanner text-black hover:bg-yellowDark focus:outline-none", primaryOutline: "rounded-sm border-2 border-primary text-primary hover:bg-primary hover:text-white focus:outline-none", secondaryOutline: diff --git a/tailwind.config.js b/tailwind.config.js index 60e0122658..81281b2bd0 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -136,7 +136,7 @@ module.exports = { green: "#169B62 ", red: "#D63626", - yellow: "#FEFA00", + yellowBanner: "#FEFA00", yellowDark: "#DBD704", // Deprecated values : TO DELETE