diff --git a/src/assets/style/primevue-style/button.css b/src/assets/style/primevue-style/button.css index 29a687b..f281ec1 100644 --- a/src/assets/style/primevue-style/button.css +++ b/src/assets/style/primevue-style/button.css @@ -65,7 +65,7 @@ --p-button-secondary-focus-ring-color: var(--focus-color); --p-button-danger-focus-ring-color: var(--focus-color); /* link */ - --p-button-link-color: var(--text-inverted-blue-france); - --p-button-link-hover-color: var(--text-inverted-blue-france); - --p-button-link-active-color: var(--text-inverted-blue-france); + --p-button-link-color: var(--text-action-high-blue-france); + --p-button-link-hover-color: var(--text-action-high-blue-france); + --p-button-link-active-color: var(--text-action-high-blue-france); }