diff --git a/app/View/Ui/Action.php b/app/View/Ui/Action.php index 1e10fff6..da13fcdb 100644 --- a/app/View/Ui/Action.php +++ b/app/View/Ui/Action.php @@ -19,9 +19,7 @@ class Action extends Component public function render() { return <<<'HTML' - + merge(['class' => 'inline-flex w-6 h-5 flex items-center justify-center rounded '.$allColors($variant)]) }}> HTML; diff --git a/app/View/Ui/Badge.php b/app/View/Ui/Badge.php index 5fa599b5..57c92178 100644 --- a/app/View/Ui/Badge.php +++ b/app/View/Ui/Badge.php @@ -19,7 +19,7 @@ class Badge extends Component public function render() { return <<<'HTML' - + merge(['class' => 'h-6 px-3 space-x-2 items-center rounded-full hidden lg:flex '.$allColors($variant)]) }}> {{$slot}} diff --git a/app/View/Ui/BooleanDisplay.php b/app/View/Ui/BooleanDisplay.php index 47043109..120c47f1 100644 --- a/app/View/Ui/BooleanDisplay.php +++ b/app/View/Ui/BooleanDisplay.php @@ -24,7 +24,7 @@ class BooleanDisplay extends Component public function render() { return <<<'HTML' - + merge(['class' => 'flex space-x-2 items-center group '.($dark ? 'dark' : '')]) }}"> + merge(['class' => 'px-3 py-2 uppercase no-underline text-sm items-center justify-center bg-primary-700 rounded text-primary-300']) }}> {{$slot}} HTML; diff --git a/app/View/Ui/Menulist.php b/app/View/Ui/Menulist.php index ca01b6e8..6e529870 100644 --- a/app/View/Ui/Menulist.php +++ b/app/View/Ui/Menulist.php @@ -19,7 +19,7 @@ class Menulist extends Component public function render() { return <<<'HTML' - + merge(['class' => 'p-6 bg-gray-700 border-r border-gray-600 flex-none w-maxc flex flex-col justify-between']) }}"> @foreach($entries as $entry)