From 0d488b1ba9660fa9ef6ec6fa9ef5d884088ec6e3 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sat, 4 May 2024 23:54:51 +0300 Subject: [PATCH] Formatting --- components/lib/themes/aura/button/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/lib/themes/aura/button/index.js b/components/lib/themes/aura/button/index.js index 64d6976a6..cf6d134dd 100644 --- a/components/lib/themes/aura/button/index.js +++ b/components/lib/themes/aura/button/index.js @@ -4,11 +4,11 @@ export default { root: { primary: { background: '{primary.color}', - hoverBackground: '{primary.hoverColor}', - activeBackground: '{primary.activeColor}', + hoverBackground: '{primary.hover.color}', + activeBackground: '{primary.active.color}', borderColor: '{primary.color}', - hoverBorderColor: '{primary.hoverColor}', - activeBorderColor: '{primary.activeColor}', + hoverBorderColor: '{primary.hover.color}', + activeBorderColor: '{primary.active.color}', color: '{primary.inverseColor}', hoverColor: '{primary.inverseColor}', activeColor: '{primary.inverseColor}' @@ -199,11 +199,11 @@ export default { root: { primary: { background: '{primary.color}', - hoverBackground: '{primary.hoverColor}', - activeBackground: '{primary.activeColor}', + hoverBackground: '{primary.hover.color}', + activeBackground: '{primary.active.color}', borderColor: '{primary.color}', - hoverBorderColor: '{primary.hoverColor}', - activeBorderColor: '{primary.activeColor}', + hoverBorderColor: '{primary.hover.color}', + activeBorderColor: '{primary.active.color}', color: '{primary.inverseColor}', hoverColor: '{primary.inverseColor}', activeColor: '{primary.inverseColor}'