diff --git a/theme/keywind/login/components/molecules/locale-provider.ftl b/theme/keywind/login/components/molecules/locale-provider.ftl index 198e5be..ea97c53 100644 --- a/theme/keywind/login/components/molecules/locale-provider.ftl +++ b/theme/keywind/login/components/molecules/locale-provider.ftl @@ -3,7 +3,7 @@ <#macro kw currentLocale="" locales=[]>
- <@link.kw @click="open = true" color="secondary" component="button" type="button"> + <@link.kw @click="open = true" color="secondary-2" component="button" type="button">
${currentLocale} <@icon.kw /> @@ -11,14 +11,14 @@
<#list locales as locale> <#if currentLocale != locale.label>
- <@link.kw color="secondary" href=locale.url size="small"> + <@link.kw color="secondary-3" href=locale.url size="small"> ${locale.label}