
* feat: make new connections * refact: context groups | feat: area detection and a bunch of small things. hate yourself for this massive commit
8 lines
81 B
TypeScript
8 lines
81 B
TypeScript
const colors = {
|
|
BRAND_PRIMARY: {
|
|
hex: '#dc8dec',
|
|
}
|
|
}
|
|
|
|
export { colors }
|