mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +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,
|
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,
|
||||||
|
Reference in New Issue
Block a user