mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 09:12:57 +02:00
Update inline font for f-droid publication metric (#107)
* Added local font * Up Patch 1.5.1+9
This commit is contained in:
parent
be2794a372
commit
b69f6e0df7
12 changed files with 32 additions and 29 deletions
mobile/lib/modules/home/ui
|
@ -1,7 +1,6 @@
|
|||
import 'package:auto_route/auto_route.dart';
|
||||
import 'package:badges/badges.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:google_fonts/google_fonts.dart';
|
||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||
import 'package:immich_mobile/modules/login/providers/authentication.provider.dart';
|
||||
|
||||
|
@ -79,12 +78,11 @@ class ImmichSliverAppBar extends ConsumerWidget {
|
|||
),
|
||||
title: Text(
|
||||
'IMMICH',
|
||||
style: GoogleFonts.snowburstOne(
|
||||
textStyle: TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 22,
|
||||
color: Theme.of(context).primaryColor,
|
||||
),
|
||||
style: TextStyle(
|
||||
fontFamily: 'SnowburstOne',
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 22,
|
||||
color: Theme.of(context).primaryColor,
|
||||
),
|
||||
),
|
||||
actions: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue