9 lines
150 B
TypeScript
9 lines
150 B
TypeScript
export const themeColors = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
primary: "#F97317"
|
|
}
|
|
}
|
|
}
|
|
};
|