mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
12 lines
178 B
TypeScript
12 lines
178 B
TypeScript
import React from "react";
|
|
|
|
export const themeColors = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
primary: "#F97317"
|
|
}
|
|
}
|
|
}
|
|
};
|