Make light+dark colors same length

This commit is contained in:
Brandon Presley 2022-12-12 13:15:55 +13:00
parent 9217712a31
commit afee8f0c50
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ export const lightColors = [
{hex: '#FA8072', name: 'Salmon'},
{hex: '#FFC0CB', name: 'Pink'},
{hex: '#E9DCC9', name: 'Linen'},
{hex: '#BBA1CE', name: 'Light purple'},
]
export const darkColors = [