mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-15 13:30:06 +02:00
do not show border
This commit is contained in:
@@ -34,6 +34,9 @@ export const FontPickerTrigger = ({
|
||||
active={isTriggerActive}
|
||||
// no-op
|
||||
onClick={() => {}}
|
||||
style={{
|
||||
border: "none",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</Popover.Trigger>
|
||||
|
Reference in New Issue
Block a user