fix: color not defined
This commit is contained in:
parent
8bd54574cc
commit
8e303fa1f7
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export default function Page() {
|
|||
justifyContent: "center",
|
||||
},
|
||||
text: {
|
||||
color: useThemeColor("color"),
|
||||
color: useThemeColor("primaryText"),
|
||||
fontSize: 70,
|
||||
fontWeight: "bold"
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue