From 1a2f6cceb12df452a93b29479b759f218bfad31a Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 28 Oct 2024 14:36:27 +0300 Subject: [PATCH] Fixed #6657 - Deprecate plain button in favor of Contrast --- apps/showcase/doc/button/RaisedTextDoc.vue | 8 ++++---- apps/showcase/doc/button/TextDoc.vue | 8 ++++---- .../primevue/src/button/style/ButtonStyle.js | 18 ++++++++++++++++++ .../themes/src/presets/aura/button/index.js | 10 ++++++++++ .../themes/src/presets/lara/button/index.js | 10 ++++++++++ .../src/presets/material/button/index.js | 10 ++++++++++ .../themes/src/presets/nora/button/index.js | 10 ++++++++++ 7 files changed, 66 insertions(+), 8 deletions(-) diff --git a/apps/showcase/doc/button/RaisedTextDoc.vue b/apps/showcase/doc/button/RaisedTextDoc.vue index 7967cb05c..0b21edfea 100644 --- a/apps/showcase/doc/button/RaisedTextDoc.vue +++ b/apps/showcase/doc/button/RaisedTextDoc.vue @@ -10,7 +10,7 @@