.dark .trix-button {
    @apply border-gray-600 bg-gray-700 text-gray-200;
}

.dark .trix-button-group {
    @apply border-gray-600;
}

trix-toolbar .filament-forms-rich-editor-component-toolbar-button.trix-active {
    @apply bg-primary-600 text-white;
}
