© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•9mo ago•
21 replies
Rolland

Tailwind color not applied

protected static function getDefaultCurrencyWarning(): Forms\Components\Placeholder
    {
        return Forms\Components\Placeholder::make('default_warning')
            ->hiddenLabel()
            ->content(view('filament.components.core.currency.default-warning'))
            ->visible(fn (Forms\Get $get): bool => $get('is_default'));
    }
protected static function getDefaultCurrencyWarning(): Forms\Components\Placeholder
    {
        return Forms\Components\Placeholder::make('default_warning')
            ->hiddenLabel()
            ->content(view('filament.components.core.currency.default-warning'))
            ->visible(fn (Forms\Get $get): bool => $get('is_default'));
    }


<div class="p-4 bg-amber-50 border border-amber-200 rounded-lg dark:bg-amber-900/20 dark:border-amber-700/50">
    <div class="flex items-start">
        <x-heroicon-s-exclamation-triangle
            class="w-5 h-5 text-amber-600 dark:text-amber-400 mt-0.5 mr-3 flex-shrink-0" />
        <div class="text-sm text-amber-800 dark:text-amber-200">
            <strong class="font-semibold">Default Currency:</strong> This will automatically set the exchange rate to
            1.0000 and mark the currency as active. All other currencies will lose default status.
        </div>
    </div>
</div>
<div class="p-4 bg-amber-50 border border-amber-200 rounded-lg dark:bg-amber-900/20 dark:border-amber-700/50">
    <div class="flex items-start">
        <x-heroicon-s-exclamation-triangle
            class="w-5 h-5 text-amber-600 dark:text-amber-400 mt-0.5 mr-3 flex-shrink-0" />
        <div class="text-sm text-amber-800 dark:text-amber-200">
            <strong class="font-semibold">Default Currency:</strong> This will automatically set the exchange rate to
            1.0000 and mark the currency as active. All other currencies will lose default status.
        </div>
    </div>
</div>
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Tailwind CSS not applied on custom pages
FilamentFFilament / ❓┊help
2y ago
Tailwind color scale
FilamentFFilament / ❓┊help
2y ago
Tailwind colors in color()
FilamentFFilament / ❓┊help
3y ago
Tailwind not working
FilamentFFilament / ❓┊help
6mo ago