Skip to content

Commit

Permalink
Font fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yekta committed Nov 23, 2021
1 parent 20c01d9 commit d095480
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 169 deletions.
4 changes: 2 additions & 2 deletions ios/Runner.xcodeproj/project.pbxproj
Expand Up @@ -404,7 +404,7 @@
"${BUILT_PRODUCTS_DIR}/path_provider_ios/path_provider_ios.framework",
"${BUILT_PRODUCTS_DIR}/root_checker/root_checker.framework",
"${BUILT_PRODUCTS_DIR}/share/share.framework",
"${BUILT_PRODUCTS_DIR}/shared_preferences/shared_preferences.framework",
"${BUILT_PRODUCTS_DIR}/shared_preferences_ios/shared_preferences_ios.framework",
"${BUILT_PRODUCTS_DIR}/sqflite/sqflite.framework",
"${BUILT_PRODUCTS_DIR}/uni_links/uni_links.framework",
"${BUILT_PRODUCTS_DIR}/url_launcher/url_launcher.framework",
Expand Down Expand Up @@ -434,7 +434,7 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/path_provider_ios.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/root_checker.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/share.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/shared_preferences.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/shared_preferences_ios.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/sqflite.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/uni_links.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/url_launcher.framework",
Expand Down
6 changes: 3 additions & 3 deletions lib/ui/home_page.dart
Expand Up @@ -1931,14 +1931,14 @@ class _AppHomePageState extends State<AppHomePage>
TextSpan(
text: "Ӿ",
style: TextStyle(
fontFamily: 'AppIcons',
fontFamily: 'NunitSans',
color: StateContainer.of(context)
.curTheme
.primary,
fontSize: _priceConversion ==
PriceConversion.BTC
? 26.0
: 20,
? 27.0
: 21,
fontWeight: FontWeight.w900,
),
),
Expand Down

0 comments on commit d095480

Please sign in to comment.