mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Default tap on URL opens settings
This commit is contained in:
@@ -441,7 +441,10 @@ class _LoginScreenState extends State<LoginScreen> {
|
|||||||
const SizedBox(height: 24),
|
const SizedBox(height: 24),
|
||||||
|
|
||||||
// Backend URL info
|
// Backend URL info
|
||||||
Container(
|
InkWell(
|
||||||
|
onTap: widget.onGoToSettings,
|
||||||
|
borderRadius: BorderRadius.circular(8),
|
||||||
|
child: Container(
|
||||||
padding: const EdgeInsets.all(12),
|
padding: const EdgeInsets.all(12),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: colorScheme.surfaceContainerHighest
|
color: colorScheme.surfaceContainerHighest
|
||||||
@@ -471,6 +474,7 @@ class _LoginScreenState extends State<LoginScreen> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
|
||||||
const SizedBox(height: 12),
|
const SizedBox(height: 12),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user