version 0.1.3

This commit is contained in:
ksenia312
2025-04-01 13:38:08 +02:00
parent 4a42db7e12
commit c391cc5f26
22 changed files with 68 additions and 28 deletions
@@ -19,7 +19,7 @@ class DevicePreview extends StatelessWidget {
final color = device.status.isConnected ? kGreenColor : kGreyColor;
final avatar = CircleAvatar(
backgroundColor: kBlueColor.withOpacity(0.7),
backgroundColor: kBlueColor.withValues(alpha: 0.7),
foregroundColor: kWhiteColor,
maxRadius: largeView ? 100 : 30,
child: Padding(