File tree Expand file tree Collapse file tree 6 files changed +10
-20
lines changed
providers/chakra-provider Expand file tree Collapse file tree 6 files changed +10
-20
lines changed Original file line number Diff line number Diff line change 13
13
"@chakra-ui/react" : " ^2.8.2" ,
14
14
"@emotion/react" : " ^11.11.4" ,
15
15
"@emotion/styled" : " ^11.11.5" ,
16
+ "@fontsource/roboto" : " ^5.1.0" ,
16
17
"@tanstack/react-query" : " ^4.36.1" ,
17
18
"@tanstack/react-query-devtools" : " ^5.51.9" ,
18
19
"@tanstack/react-table" : " ^8.19.3" ,
54
55
" public"
55
56
]
56
57
}
57
- }
58
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- export * from "./fonts" ;
2
1
export * from "./meta" ;
3
2
export * from "./routes" ;
4
3
export * from "./styles" ;
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ export const isWhiteList = (pathname: string) => {
46
46
47
47
// t("Table")
48
48
// t("List")
49
+ // t("Grid")
49
50
export enum ViewQueries {
50
51
Table = "table" ,
51
52
List = "list" ,
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ const getTheme = (primaryColor: PrimaryColor = "teal") =>
23
23
extendTheme (
24
24
{
25
25
fonts : {
26
- heading : "var(--font-inter)" ,
27
- body : "var(--font-rubik)" ,
26
+ heading : `'Roboto', sans-serif` ,
27
+ body : `'Roboto', sans-serif` ,
28
28
} ,
29
29
colors : {
30
30
primary : baseTheme . colors [ primaryColor ] ,
Original file line number Diff line number Diff line change 1197
1197
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
1198
1198
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
1199
1199
1200
+ " @fontsource/roboto@^5.1.0 " :
1201
+ version "5.1.0"
1202
+ resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-5.1.0.tgz#00230737ec09c60ae877a5e33d067c0607fdd5ba"
1203
+ integrity sha512-cFRRC1s6RqPygeZ8Uw/acwVHqih8Czjt6Q0MwoUoDe9U3m4dH1HmNDRBZyqlMSFwgNAUKgFImncKdmDHyKpwdg==
1204
+
1200
1205
" @humanwhocodes/config-array@^0.11.14 " :
1201
1206
version "0.11.14"
1202
1207
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
You can’t perform that action at this time.
0 commit comments