mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
add reman-engine and transmission-locator stores
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
@@ -43,3 +43,26 @@ export const remanTransmissionColor = {
|
||||
600: '#111C55'
|
||||
}
|
||||
};
|
||||
|
||||
export const transmissionLocatorColor = {
|
||||
primary: {
|
||||
DEFAULT: '#D94F3D',
|
||||
emphasis: '#E53935',
|
||||
muted: '#C2766E'
|
||||
},
|
||||
content: {
|
||||
subtle: '#9ca3af', // gray-400
|
||||
DEFAULT: '#6b7280', // gray-500
|
||||
emphasis: '#374151', // gray-700
|
||||
strong: '#111827', // gray-900
|
||||
inverted: '#ffffff' // white
|
||||
},
|
||||
dark: '#091242',
|
||||
secondary: '#D94F3D',
|
||||
blue: {
|
||||
800: '#1C1F35',
|
||||
200: '#666C89',
|
||||
500: '#2D3A7B',
|
||||
600: '#111C55'
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user