@import '../../../../vendor/filament/filament/resources/css/theme.css';

@source '../../../../app/Filament/**/*';
@source '../../../../resources/views/filament/**/*';
@source '../../../../resources/views/livewire/**/*';
@source '../../../../resources/views/components/**/*';

.fi-btn:not(.fi-btn-outlined) :is(.fi-btn-label, .fi-btn-icon, svg) {
    color: currentColor;
}

.fi-topbar-start {
    padding: 8px !important;
}
