mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 14:02:48 +00:00
More UI changes
This commit is contained in:
parent
55010f8896
commit
5067122344
36 changed files with 819 additions and 743 deletions
|
@ -23,7 +23,12 @@ class ProcessDialog extends StatelessWidget {
|
|||
children: [
|
||||
const CircularProgressIndicator(),
|
||||
const SizedBox(width: 40),
|
||||
Text(message)
|
||||
Text(
|
||||
message,
|
||||
style: TextStyle(
|
||||
color: Theme.of(context).colorScheme.onSurface
|
||||
),
|
||||
)
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue