import { pickers } from "../ThemeSetter"; import { TextPickers } from "../Pickers/PageThemePickers"; import { Color } from "react-aria-components"; export const PagePickers = (props: { primary: Color; pageBackground: Color; setPrimary: (color: Color) => void; setPageBackground: (color: Color) => void; openPicker: pickers; setOpenPicker: (thisPicker: pickers) => void; hasPageBackground: boolean; }) => { return (
{/* FONT PICKERS HIDDEN FOR NOW */} {/*
Aa
Header
iA Writer
Aa
{" "}
Body
iA Writer
*/}
); };