feat: export theme constants and objects from poyraz-ui

This commit is contained in:
Poyraz Avsever
2026-04-22 14:16:02 +03:00
parent 1e372fba51
commit 44897b548a
-12
View File
@@ -1,15 +1,3 @@
import { poyrazLightTheme, poyrazDarkTheme, poyrazThemes } from "poyraz-ui/themes";
// You can customise themes by spreading and overriding variables:
//
// const customLight = {
// ...poyrazLightTheme,
// name: "custom-light",
// variables: {
// ...poyrazLightTheme.variables,
// "--poyraz-primary": "#2563eb", // blue-600
// "--poyraz-primary-foreground": "#ffffff",
// },
// };
export { poyrazLightTheme, poyrazDarkTheme, poyrazThemes };