This commit is contained in:
Shusui MOYATANI
2023-03-18 16:40:48 +09:00
parent fdaa894c8f
commit cd38f7e976

View File

@@ -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(),