Skip to content

Commit

Permalink
Fix menubar color
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonking committed Mar 3, 2025
1 parent 57c9f0a commit 84f2bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/context-editor/src/components/MenuBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const Separator = () => {
export const MenuBar = () => {
return (
<div
className="flex items-center rounded-t border bg-slate-50 p-4"
className="flex items-center rounded-t border bg-gray-50 p-4"
role="toolbar"
aria-label="Formatting tools"
>
Expand Down

0 comments on commit 84f2bd5

Please sign in to comment.