Skip to content

Commit

Permalink
re-add color to WorkspaceSwitchingIndicator
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmxcdev committed Oct 21, 2023
1 parent b4d3dd6 commit 32cb42d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class WorkspaceSwitchingIndicator extends Component<IProps> {
return (
<div className={classnames([classes.wrapper])}>
<div className={classes.component}>
<Loader className={classes.spinner} />
<Loader className={classes.spinner} color="#FFFFFF" />
<p className={classes.message}>
{`${intl.formatMessage(messages.switchingTo)} ${nextWorkspaceName}`}
</p>
Expand Down

0 comments on commit 32cb42d

Please sign in to comment.