Skip to content
Snippets Groups Projects
Commit 9ab6a369 authored by REGNAULT EVANN's avatar REGNAULT EVANN :fireworks:
Browse files

Merge remote-tracking branch 'origin/urp' into urp

# Conflicts:
#	mutuelle_sih/lib/operation_page.dart
parents 607bb6fd a17e2ee8
Branches
No related merge requests found
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:mutuelle_sih/login_page.dart';
import 'package:mutuelle_sih/theme.dart';
import 'client/api.dart';
......@@ -46,10 +47,7 @@ class _OperationPageState extends State<OperationPage> {
alignment: Alignment.centerLeft,
child: Text(
'< Retour',
style: TextStyle(
color: Colors.blueAccent,
fontSize: 25,
),
style: appTheme.textTheme.displayMedium,
),
),
),
......@@ -57,11 +55,8 @@ class _OperationPageState extends State<OperationPage> {
child: Column(
children: [
Text(
'Liste des opérations',
style: TextStyle(
fontSize: 27,
fontWeight: FontWeight.w500,
),
'Liste des opérations de :',
style: appTheme.textTheme.displayLarge,
),
],
),
......
......@@ -61,6 +61,12 @@ TextTheme customTextTheme(TextTheme base) {
fontWeight: FontWeight.normal,
color:bgcolor,
),
bodySmall: GoogleFonts.montserrat(
fontSize: 16.0,
fontWeight: FontWeight.normal,
color:bgcolor,
),
// Add more text styles as needed
);
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment