Make the DeployKey page a bit prettier

It's still ugly as shit.
This commit is contained in:
Vishesh Handa
2019-01-11 19:04:36 +01:00
parent 79e289bf7b
commit 760d1bff9f

View File

@ -226,8 +226,9 @@ class OnBoardingSshKey extends StatelessWidget {
style: Theme.of(context).textTheme.display1, style: Theme.of(context).textTheme.display1,
), ),
), ),
Padding( Container(
padding: const EdgeInsets.all(8.0), padding: const EdgeInsets.all(8.0),
color: Theme.of(context).primaryColorLight,
child: Text( child: Text(
publicKey, publicKey,
textAlign: TextAlign.left, textAlign: TextAlign.left,