Skip to content

Commit

Permalink
Dark mode fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonfancher committed Sep 9, 2024
1 parent 05cafcf commit a9a95ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions services/user/Webmail/ui/src/components/compose-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,9 @@ export const ComposeDialog = ({
</FormItem>
)}
/>
{/* <ScrollArea className="h-full flex-1 overflow-y-auto"> */}
<MilkdownProvider>
<ProsemirrorAdapterProvider>
<div className="sticky top-0 z-10 bg-white/50 backdrop-blur">
<div className="sticky top-0 z-10">
<ControlBar />
<Separator />
</div>
Expand All @@ -231,7 +230,6 @@ export const ComposeDialog = ({
/>
</ProsemirrorAdapterProvider>
</MilkdownProvider>
{/* </ScrollArea> */}
<DialogFooter>
<Button type="submit">Send</Button>
</DialogFooter>
Expand Down
2 changes: 1 addition & 1 deletion services/user/Webmail/ui/src/styles/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.prose.editor {
@apply mx-auto h-full max-w-none;
@apply mx-auto h-full max-w-none dark:text-foreground;
}

/* list-item-block */
Expand Down

0 comments on commit a9a95ee

Please sign in to comment.