From 8868ed1ad1db0cfd192ba848fa4c778baca9b21b Mon Sep 17 00:00:00 2001 From: Jordy de Vulder Date: Wed, 15 Jan 2025 16:52:30 +0100 Subject: [PATCH] Removed muted variant and remove border changes --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0afeba8..2d716f9 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,12 @@ The base button doesn't have any styling; here, we only use the `x-rapidez::tag` ![](.github/media/buttons.png) - [Base](https://github.com/rapidez/blade-components/blob/master/resources/views/components/button/base.blade.php) -- [Button](https://github.com/rapidez/blade-components/blob/master/resources/views/components/button/button.blade.php) +- [Default](https://github.com/rapidez/blade-components/blob/master/resources/views/components/button/button.blade.php) - [Primary](https://github.com/rapidez/blade-components/blob/master/resources/views/components/button/primary.blade.php) - [Secondary](https://github.com/rapidez/blade-components/blob/master/resources/views/components/button/secondary.blade.php) - [Outline](https://github.com/rapidez/blade-components/blob/master/resources/views/components/button/outline.blade.php) - [Conversion](https://github.com/rapidez/blade-components/blob/master/resources/views/components/button/conversion.blade.php) - [Slider](https://github.com/rapidez/blade-components/blob/master/resources/views/components/button/slider.blade.php) -- [Muted](https://github.com/rapidez/blade-components/blob/master/resources/views/components/button/muted.blade.php) ## Installation @@ -65,8 +64,8 @@ colors: { muted: color('--foreground-muted', colors.slate[600]), }, border: { - emphasis: color('--border-emphasis', colors.slate[400]), - DEFAULT: color('--border', colors.slate[300]), + emphasis: color('--border-emphasis', colors.slate[500]), + DEFAULT: color('--border', colors.slate[200]), muted: color('--border-muted', colors.slate[100]), }, background: {