Skip to content

Create login(updated).dart#19

Open
Gandharvdalal wants to merge 1 commit intoesron:masterfrom
Gandharvdalal:master
Open

Create login(updated).dart#19
Gandharvdalal wants to merge 1 commit intoesron:masterfrom
Gandharvdalal:master

Conversation

@Gandharvdalal
Copy link

import 'package:flutter/material.dart';

final loginTheme = ThemeData(
primaryColor: Colors.blue[900],
hintColor: Colors.blue[900],
primarySwatch: Colors.blue,
dividerColor: Colors.white,
scaffoldBackgroundColor: Colors.white,
cursorColor: Colors.blue[800],
brightness: Brightness.light,

textTheme: TextTheme(
display3: TextStyle(fontSize: 12.0, color: Colors.white70),
button: TextStyle(fontSize: 16, color: Colors.white), //Used
caption: TextStyle(fontSize: 14, color: Colors.white), //Used
),
);

@esron
Copy link
Owner

esron commented Oct 25, 2019

Hi @Gandharvdalal , where you trying to update the login page?

It seems that you just created a new file. Let me know your thoughts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants