You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add github theme (#47)
## 📝 Description
Add GitHub markdown theme
## ✅ Checklist
- [x] My PR title follows the Conventional Commit format (e.g. `feat:`,
`fix:`, `chore:`)
- [x] I have run `pnpm run lint:fix` to fix formatting and lint errors
feat: add serif theme (#42)
## 📝 Description
Add a sample serif theme.
## ✅ Checklist
- [x] My PR title follows the Conventional Commit format (e.g. `feat:`,
`fix:`, `chore:`)
- [x] I have run `pnpm run lint:fix` to fix formatting and lint errors
- [x] I have tested the changes in the example app (`pnpm i && cd
example && pnpm i && pnpm run ios`)