Skip to content

Commit

Permalink
[base] Change default user color to purple
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 86f3f41 commit cf62f2d
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 = 'magenta'
const defaultCurrentUserHue: ColorHueKey = 'purple'

// Remove green and red because they can be confused with "add" and "remove"
// Remove gray because it looks like "color not found"
Expand Down

0 comments on commit cf62f2d

Please sign in to comment.