Skip to content

Commit f8fe929

Browse files
committed
fix: fix the theme when the app is with .scss styles
1 parent ae4fbd2 commit f8fe929

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1+
@import "~@nativescript/theme/core";
2+
@import "~@nativescript/theme/blue";
3+
14
// Place any CSS rules you want to apply on both iOS and Android here.
25
// This is where the vast majority of your CSS code goes.
6+
7+
// Font icon class
8+
.fab {
9+
font-family: "Font Awesome 5 Brands", "fa-brands-400";
10+
font-weight: 400;
11+
}
12+
13+
.fas {
14+
font-family: "Font Awesome 5 Free", "fa-solid-900";
15+
font-weight: 900;
16+
}
17+
18+
.far {
19+
font-family: "Font Awesome 5 Free", "fa-regular-400";
20+
font-weight: 400;
21+
}

0 commit comments

Comments
 (0)