chore: improve super formatting toolbar contrast
This commit is contained in:
@@ -277,7 +277,7 @@ function TextFormatFloatingToolbar({
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
ref={toolbarRef}
|
ref={toolbarRef}
|
||||||
className="absolute left-0 top-0 rounded-lg border border-border bg-default px-2 py-1 shadow shadow-contrast"
|
className="absolute left-0 top-0 rounded-lg border border-border bg-contrast px-2 py-1 shadow-sm shadow-contrast"
|
||||||
>
|
>
|
||||||
{isLink && (
|
{isLink && (
|
||||||
<LinkEditor
|
<LinkEditor
|
||||||
|
|||||||
Reference in New Issue
Block a user