瀏覽代碼

Update Fonts:

Nikatlas 5 年之前
父節點
當前提交
44a6e7e974
共有 4 個文件被更改,包括 8 次插入16 次删除
  1. 2 2
      Systems/Gui.js
  2. 2 1
      Systems/MainBar.js
  3. 4 2
      Systems/ModuleBar.js
  4. 0 11
      yarn.lock

+ 2 - 2
Systems/Gui.js

@@ -220,8 +220,6 @@ export default class Gui extends BaseSystem {
             <Icon color="white"  name='add' iconStyle={{fontSize: 12, paddingTop: 8}}/>
           </View>
         </View>
-
-
       </View>);
 
 
@@ -246,6 +244,7 @@ const PageButtons = StyleSheet.create({
     letterSpacing: 0,
     color: '#D9D9D9',
     opacity: 1,
+    fontFamily: 'light'
   },
   selectedText: {
     color: "#FFFFFF"
@@ -279,6 +278,7 @@ const PageButtons = StyleSheet.create({
     letterSpacing: 0,
     color: 'white',
     opacity: 1,
+    fontFamily: 'thin'
   }
 })
 

+ 2 - 1
Systems/MainBar.js

@@ -151,7 +151,8 @@ const styles = StyleSheet.create({
 	},
 	item: {
 		paddingLeft: 8,
-		paddingRight: 8
+		paddingRight: 8,
+		fontFamily: 'thin'
 	},
 	menu: {
 		height:100,

+ 4 - 2
Systems/ModuleBar.js

@@ -97,7 +97,8 @@ const ModPrev = StyleSheet.create({
 		color:'#707070',
 		opacity:0.8,
 		marginBottom:8,
-		letterSpacing:0
+		letterSpacing:0,
+		fontFamily: 'thin'
 	},
 	modern:{
 		color:'#707070',
@@ -105,7 +106,8 @@ const ModPrev = StyleSheet.create({
 		letterSpacing:0.6,
 		opacity:0.5,
 		marginTop:5,
-		textTransform: 'uppercase'
+		textTransform: 'uppercase',
+		fontFamily: 'thin'
 	},
 	ContentCont:{
 		backgroundColor:'#F8F8F8',

+ 0 - 11
yarn.lock

@@ -5716,17 +5716,6 @@ [email protected]:
   resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
   integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
 
-"trapilib@file:.yalc/trapilib":
-  version "1.1.1-a08ceb89"
-  dependencies:
-    expo "^34.0.0-experiment.8"
-    prop-types "^15.7.2"
-    react "16.8.3"
-    react-dom "^16.8.6"
-    react-native "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz"
-    react-native-elements "^1.1.0"
-    react-native-web "^0.11.5"
-
 "trapilib@http://git.onarbooks.com/Klapi/TrapiLib.git":
   version "1.1.1"
   resolved "http://git.onarbooks.com/Klapi/TrapiLib.git#65deaa6168945176009c1de707360b086467dda2"