Blade Component - Button Group

Hi, anyone has any idea why the exact same code for rendering a button group looks different on my frontend than it looks in the admin panel?

What am I supposed to import/include in the frontend for it to work properly?

This is the code:
<x-filament::button.group class="w-max">
                <x-filament::button grouped>
                    Test
                </x-filament::button>
                <x-filament::button grouped>
                    Test 2
                </x-filament::button>
            </x-filament::button.group>
Was this page helpful?