better visual coherence
This commit is contained in:
@@ -174,8 +174,8 @@ class _SettingsPageState extends State<SettingsPage> {
|
||||
Text('Our privacy policy is available under:'),
|
||||
|
||||
TextButton.icon(
|
||||
icon: Icon(Icons.info, color: Colors.white),
|
||||
label: Text(PRIVACY_URL, style: TextStyle(color: Colors.white)),
|
||||
icon: Icon(Icons.info),
|
||||
label: Text(PRIVACY_URL),
|
||||
onPressed: () async{
|
||||
await launchUrl(Uri.parse(PRIVACY_URL));
|
||||
}
|
||||
|
Reference in New Issue
Block a user