import React from "react";
export const themeColors = {
theme: {
extend: {
colors: {
primary: "#F97317"
}
};