chore: Update save button styling in EditMessageForm
This commit is contained in:
parent
387c158478
commit
f5b0cc24ac
@ -49,7 +49,7 @@ export const EditMessageForm = (props: Props) => {
|
|||||||
<div className="flex justify-center space-x-2 mt-2">
|
<div className="flex justify-center space-x-2 mt-2">
|
||||||
<button
|
<button
|
||||||
aria-label={t("save")}
|
aria-label={t("save")}
|
||||||
className="bg-white dark:bg-black px-2.5 py-2 rounded-md text-gray-700 dark:text-gray-300 focus:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-gray-500 hover:bg-gray-100 dark:hover:bg-gray-900">
|
className="bg-black px-2.5 py-2 rounded-md text-white focus:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-gray-500 hover:bg-gray-900">
|
||||||
{props.isBot ? t("save") : t("saveAndSubmit")}
|
{props.isBot ? t("save") : t("saveAndSubmit")}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user