diff --git a/src/Service/Theme/Fohn.php b/src/Service/Theme/Fohn.php index d88ef2b..442894e 100644 --- a/src/Service/Theme/Fohn.php +++ b/src/Service/Theme/Fohn.php @@ -261,7 +261,7 @@ protected function btnText(Button $btn): void 'focus:ring-' . $this->colors[$btn->getColor()], 'disabled:text-gray-400', 'disabled:cursor-default', - ]) + ]) ->merge($this->btnShape($btn)) ->get() );