From 0e4066b476fbab07409c424aeb7a09a28f3ea7f1 Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Thu, 13 Jun 2024 14:24:50 -0400 Subject: [PATCH] correct botched find and replace --- docs/docs/components/button.md | 26 +++++++++++++------------- src/components/button/button.styles.ts | 4 ++-- src/components/button/button.ts | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/docs/components/button.md b/docs/docs/components/button.md index 6ae19eb95..963bc903a 100644 --- a/docs/docs/components/button.md +++ b/docs/docs/components/button.md @@ -110,54 +110,54 @@ Use the `prefix` and `suffix` slots to add icons. ```html {.example} - + Settings - + Refresh - - + + Open

- + Settings - + Refresh - - + + Open

- + Settings - + Refresh - - + + Open ``` @@ -206,7 +206,7 @@ This example demonstrates how to style buttons using a custom class. This is the