mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
add order details page
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
export const colors = {
|
||||
primary: '#EF6C02',
|
||||
primary: {
|
||||
DEFAULT: '#EF6C02',
|
||||
emphasis: '#C85900',
|
||||
muted: '#E6CCB7'
|
||||
},
|
||||
content: {
|
||||
subtle: '#9ca3af', // gray-400
|
||||
DEFAULT: '#6b7280', // gray-500
|
||||
emphasis: '#374151', // gray-700
|
||||
strong: '#111827', // gray-900
|
||||
inverted: '#ffffff' // white
|
||||
},
|
||||
dark: '#091242',
|
||||
secondary: '#EF6C02',
|
||||
blue: {
|
||||
|
Reference in New Issue
Block a user