mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/composer: fix media loader color
Signed-off-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
parent
1ff9ba241a
commit
8de715558f
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ const MessageComposer = () => {
|
||||||
isThread={false}
|
isThread={false}
|
||||||
onClose={stopEditing}
|
onClose={stopEditing}
|
||||||
/>}
|
/>}
|
||||||
{loadingMedia && <div className="composer-media"><ScaleLoader/></div>}
|
{loadingMedia && <div className="composer-media"><ScaleLoader color="var(--primary-color)"/></div>}
|
||||||
{state.media && <ComposerMedia content={state.media} clearMedia={!disableClearMedia && clearMedia}/>}
|
{state.media && <ComposerMedia content={state.media} clearMedia={!disableClearMedia && clearMedia}/>}
|
||||||
{state.location && <ComposerLocation
|
{state.location && <ComposerLocation
|
||||||
room={room} client={client}
|
room={room} client={client}
|
||||||
|
|
Loading…
Add table
Reference in a new issue