mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: text editor not visible in dark mode (#2920)
This commit is contained in:
parent
f0f5430313
commit
6c81a32d62
4 changed files with 17 additions and 4 deletions
|
@ -38,6 +38,8 @@
|
|||
}
|
||||
|
||||
.layer-ui__wrapper {
|
||||
z-index: var(--zIndex-layerUI);
|
||||
|
||||
.encrypted-icon {
|
||||
position: relative;
|
||||
margin-inline-start: 15px;
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue