mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Adapt ui to support text scale
This commit is contained in:
parent
bddfac7e72
commit
c9c960d1ee
23 changed files with 624 additions and 495 deletions
|
@ -9,11 +9,11 @@ class StatusBox extends StatelessWidget {
|
|||
final bool isEnabled;
|
||||
|
||||
const StatusBox({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.icon,
|
||||
required this.label,
|
||||
required this.isEnabled
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue