From 8d669fe9f44d7fa4d3de9aa5f4face71341e372e Mon Sep 17 00:00:00 2001 From: ak4zh Date: Tue, 22 Aug 2023 12:45:20 +0530 Subject: [PATCH] format --- packages/plugin/src/styles/components/buttons.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/plugin/src/styles/components/buttons.css b/packages/plugin/src/styles/components/buttons.css index 21a31ec74..9e746bc8e 100644 --- a/packages/plugin/src/styles/components/buttons.css +++ b/packages/plugin/src/styles/components/buttons.css @@ -95,7 +95,7 @@ .btn-group a, .btn-group-vertical button, .btn-group-vertical a { - @apply button-base-styles hover:bg-blend-lighten active:bg-blend-darken !border-0; + @apply button-base-styles hover:bg-blend-lighten active:bg-blend-darken !border-0; /* Reset Anchor Styles */ @apply !no-underline; } @@ -104,14 +104,14 @@ .btn-group button, .btn-group a { /* Handle rounding of first and last button */ - @apply first:rounded-tl-token first:rounded-bl-token last:rounded-tr-token last:rounded-br-token + @apply first:rounded-tl-token first:rounded-bl-token last:rounded-tr-token last:rounded-br-token; } /* Vertical Button / Anchors */ .btn-group-vertical button, .btn-group-vertical a { /* Handle rounding of first and last button */ - @apply first:rounded-tl-container-token first:rounded-tr-container-token last:rounded-bl-container-token last:rounded-br-container-token + @apply first:rounded-tl-container-token first:rounded-tr-container-token last:rounded-bl-container-token last:rounded-br-container-token; } /* Set Neutral Divider */