web: fix font family on input field labels

This commit is contained in:
Abdullah Atta
2023-04-25 14:47:13 +05:00
parent 8548940cb9
commit 2ba638b123

View File

@@ -92,6 +92,7 @@ function Field(props) {
sx={{
fontSize: "subtitle",
fontWeight: "bold",
fontFamily: "body",
color: "icon",
flexDirection: "column",
...styles.label