mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
Make the DeployKey page a bit prettier
It's still ugly as shit.
This commit is contained in:
@ -226,8 +226,9 @@ class OnBoardingSshKey extends StatelessWidget {
|
||||
style: Theme.of(context).textTheme.display1,
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
Container(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
color: Theme.of(context).primaryColorLight,
|
||||
child: Text(
|
||||
publicKey,
|
||||
textAlign: TextAlign.left,
|
||||
|
Reference in New Issue
Block a user