[mob] thinner highlight of face in file info

This commit is contained in:
laurenspriem 2024-04-04 12:58:58 +05:30
parent 0176b01fea
commit 6a9b670d52

View file

@ -93,7 +93,7 @@ class FaceWidget extends StatelessWidget {
side: highlight
? BorderSide(
color: getEnteColorScheme(context).primary700,
width: 2.0,
width: 1.0,
)
: BorderSide.none,
),