feat: export theme constants and objects from poyraz-ui
This commit is contained in:
@@ -1,15 +1,3 @@
|
|||||||
import { poyrazLightTheme, poyrazDarkTheme, poyrazThemes } from "poyraz-ui/themes";
|
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 };
|
export { poyrazLightTheme, poyrazDarkTheme, poyrazThemes };
|
||||||
|
|||||||
Reference in New Issue
Block a user