Make light+dark colors same length

optimize
Brandon Presley 6 months ago
parent 9217712a31
commit afee8f0c50

@ -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 = [

Loading…
Cancel
Save