bug fixes, new fonts, etc

This commit is contained in:
yohlo
2025-10-02 14:49:29 -05:00
parent 2dfb7c63d3
commit 8579ec36ca
16 changed files with 111 additions and 83 deletions
+2
View File
@@ -17,6 +17,8 @@ const commonInputStyles = {
const theme = createTheme({
defaultRadius: "sm",
fontFamily: '"Inter", sans-serif',
headings: { fontFamily: '"League Spartan", sans-serif' },
components: {
TextInput: {
styles: commonInputStyles,