mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-11 06:24:59 +02:00
10 lines
150 B
TypeScript
10 lines
150 B
TypeScript
|
export const themeColors = {
|
||
|
theme: {
|
||
|
extend: {
|
||
|
colors: {
|
||
|
primary: "#F97317"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
};
|