wireui / wireui

TallStack UI components
https://v1.wireui.dev
MIT License
1.37k stars 166 forks source link

Styles not loading: Colors of X-Button #779

Closed GBry closed 6 months ago

GBry commented 6 months ago

As titled, colors and styles not loading.

The install guide tells us to load WireUI before Alpine, but we don't need to load Alpine since LW 3.0.

Screenshots or Videos image

Dependencies

Desktop (If applicable, please complete the following information):

Blade code:

<tr>
                <td colspan=10>
                <x-button style="width:100%;" label="Add Row" primary right-icon="plus" wire:click="addRow"/>
                </td>
            </tr>
            <tr>
                <td colspan=10>
                    <x-button style="width:100%;"  label="Submit Documents" type="submit" positive right-icon="arrow-up" />
                    <div wire:loading>
                        Processing...
                    </div>
                    {{ $submitstatus }}    
                </td>
            </tr>
            <tr>
                <td colspan=10>
                <x-button style="width:100%;" label="Recalculate Hours" primary right-icon="clock" wire:click="calc_expiry"/>
                </td>
            </tr>
PH7-Jack commented 6 months ago

Fixed in the latest release