fix: text editor not visible in dark mode (#2920)
This commit is contained in:
@ -48,7 +48,7 @@ export const MobileMenu = ({
|
||||
}: MobileMenuProps) => {
|
||||
const renderFixedSideContainer = () => {
|
||||
return (
|
||||
<FixedSideContainer side="top">
|
||||
<FixedSideContainer side="top" className="App-top-bar">
|
||||
<Section heading="shapes">
|
||||
{(heading) => (
|
||||
<Stack.Col gap={4} align="center">
|
||||
|
Reference in New Issue
Block a user