mirror of
https://github.com/directus/directus.git
synced 2026-01-28 03:38:07 -05:00
Polished color interface options
This commit is contained in:
@@ -110,10 +110,6 @@ export default defineComponent({
|
||||
name: 'Yellow',
|
||||
color: '#F2C94C',
|
||||
},
|
||||
{
|
||||
name: 'Teal',
|
||||
color: '#6FCF97',
|
||||
},
|
||||
{
|
||||
name: 'Green',
|
||||
color: '#27AE60',
|
||||
@@ -130,14 +126,14 @@ export default defineComponent({
|
||||
name: 'Purple',
|
||||
color: '#9B51E0',
|
||||
},
|
||||
{
|
||||
name: 'Pink',
|
||||
color: '#BB6BD9',
|
||||
},
|
||||
{
|
||||
name: 'Gray',
|
||||
color: '#607D8B',
|
||||
},
|
||||
{
|
||||
name: 'Light Gray',
|
||||
color: '#ECEFF1',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user