Skip to content

Commit

Permalink
[base] Set default current user color to magenta
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 6, 2020
1 parent 6cf9740 commit 0131c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/base/src/user-color/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {UserColorHue, ManagerOptions, UserColorManager, UserColor} from './types

type UserId = string

const defaultCurrentUserHue = 'blue'
const defaultCurrentUserHue = 'magenta'

// Remove green and red because they can be confused with "add" and "remove"
const defaultHues: ColorHueKey[] = COLOR_HUES.filter(hue => hue !== 'green' && hue !== 'red')
Expand Down

0 comments on commit 0131c94

Please sign in to comment.