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 authored and SpecialAro committed Oct 26, 2023
1 parent 66b100c commit 52abc95
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 52abc95

Please sign in to comment.