Fix background and text colors

This commit is contained in:
Sinclair Chen 2022-08-09 15:35:43 -07:00
parent ad02c5813b
commit cee9216d2d
2 changed files with 3 additions and 3 deletions

View File

@ -140,7 +140,7 @@ export function TextEditor(props: {
Type <em>*markdown*</em> Type <em>*markdown*</em>
</FloatingMenu> </FloatingMenu>
)} )}
<div className="rounded-lg border border-gray-300 shadow-sm focus-within:border-indigo-500 focus-within:ring-1 focus-within:ring-indigo-500"> <div className="rounded-lg border border-gray-300 bg-white shadow-sm focus-within:border-indigo-500 focus-within:ring-1 focus-within:ring-indigo-500">
<EditorContent editor={editor} /> <EditorContent editor={editor} />
{/* Toolbar, with buttons for images and embeds */} {/* Toolbar, with buttons for images and embeds */}
<div className="flex h-9 items-center gap-5 pl-4 pr-1"> <div className="flex h-9 items-center gap-5 pl-4 pr-1">

View File

@ -394,8 +394,8 @@ export function CommentInput(props: {
/> />
</div> </div>
<div className={'min-w-0 flex-1'}> <div className={'min-w-0 flex-1'}>
<div className="pl-0.5 text-sm text-gray-500"> <div className="pl-0.5 text-sm">
<div className={'mb-1'}> <div className="mb-1 text-gray-500">
{mostRecentCommentableBet && ( {mostRecentCommentableBet && (
<BetStatusText <BetStatusText
contract={contract} contract={contract}