feat(mobile): 2026 font (#25213)

This commit is contained in:
Alex 2026-01-13 09:59:57 -06:00 committed by GitHub
parent 6e86697996
commit aba85b036c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 33 additions and 31 deletions

View file

@ -117,7 +117,7 @@ class EndpointInputState extends ConsumerState<EndpointInput> {
autovalidateMode: AutovalidateMode.onUserInteraction,
validator: validateUrl,
keyboardType: TextInputType.url,
style: const TextStyle(fontFamily: 'Inconsolata', fontWeight: FontWeight.w600, fontSize: 14),
style: const TextStyle(fontFamily: 'GoogleSansCode', fontWeight: FontWeight.w600, fontSize: 14),
decoration: InputDecoration(
hintText: 'http(s)://immich.domain.com',
contentPadding: const EdgeInsets.all(16),