@layer theme {
:root {
--primary: 23 23 23;
--background: 255 255 255;
}
@media (prefers-color-scheme: dark) {
:root {
--primary: 255 245 245;
}
}
}
@theme inline {
--color-primary: rgb(var(--primary));
}
npm create gluestack@latest
npx gluestack-ui upgrade
npx gluestack-ui add button accordion modal