Refactor settings and fontScale values

This commit is contained in:
Eric Bailey
2024-09-18 12:15:58 -05:00
parent 7d5b1cd081
commit ebb6f6e2c4
10 changed files with 138 additions and 116 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* Device data that's specific to the device and does not vary based account
*/
export type Device = {
fontScale: number
fontScale: '-2' | '-1' | '0' | '1' | '2'
fontFamily: 'system' | 'theme'
lastNuxDialog: string | undefined
}