mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Refined icon color
This commit is contained in:
parent
c2ebf91365
commit
efb036f9f1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default class SettingsMembersSubscriptionAccess extends Component {
|
||||||
description: 'No one will be able to subscribe or sign in',
|
description: 'No one will be able to subscribe or sign in',
|
||||||
value: 'none',
|
value: 'none',
|
||||||
icon: 'no-members',
|
icon: 'no-members',
|
||||||
icon_color: 'pink'
|
icon_color: 'midlightgrey-d2'
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue