From 1b2aaa97366d13b17169e430abfac7f2149164bb Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 13 May 2024 18:39:39 +0300 Subject: [PATCH] Updated secondary text for Lara --- components/lib/themes/lara/button/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/lib/themes/lara/button/index.js b/components/lib/themes/lara/button/index.js index 6b372e221..204ddce6e 100644 --- a/components/lib/themes/lara/button/index.js +++ b/components/lib/themes/lara/button/index.js @@ -213,9 +213,9 @@ export default { color: '{primary.color}' }, secondary: { - hoverBackground: '{surface.50}', - activeBackground: '{surface.100}', - color: '{surface.500}' + hoverBackground: '{surface.100}', + activeBackground: '{surface.200}', + color: '{surface.600}' }, success: { hoverBackground: '{green.50}', @@ -440,9 +440,9 @@ export default { color: '{primary.color}' }, secondary: { - hoverBackground: '{surface.800}', - activeBackground: '{surface.700}', - color: '{surface.400}' + hoverBackground: '{surface.700}', + activeBackground: '{surface.600}', + color: '{surface.300}' }, success: { hoverBackground: 'color-mix(in srgb, {green.400}, transparent 96%)',