mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 22:44:26 +01:00
fix
This commit is contained in:
@@ -245,7 +245,7 @@ const NotePostForm: Component<NotePostFormProps> = (props) => {
|
||||
</div>
|
||||
</Show>
|
||||
<button
|
||||
class="flex items-center justify-center rounded p-2 text-xs font-bold text-white hover:bg-rose-300"
|
||||
class="flex items-center justify-center rounded p-2 text-xs font-bold text-white"
|
||||
classList={{
|
||||
'bg-rose-300': !contentWarning(),
|
||||
'bg-rose-400': contentWarning(),
|
||||
|
||||
Reference in New Issue
Block a user