mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use gold color for the label
This commit is contained in:
parent
5db4354f3f
commit
b12e127d15
1 changed files with 1 additions and 1 deletions
|
|
@ -1194,7 +1194,7 @@ export const setFavoriteArticleResolver = authorized<
|
|||
page.id,
|
||||
{
|
||||
name: 'Favorites',
|
||||
color: '#07D2D0', // TODO: pick a color
|
||||
color: '#FFD700', // gold
|
||||
}
|
||||
)
|
||||
if (!result) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue