mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-23 22:51:00 -04:00
exception handling work
This commit is contained in:
parent
1b7ac31085
commit
cbac96de99
9 changed files with 24 additions and 21 deletions
|
@ -39,7 +39,7 @@ class AvatarWidget extends StatelessWidget {
|
|||
width: _size,
|
||||
decoration: BoxDecoration(
|
||||
shape: BoxShape.circle,
|
||||
border: _scaleConfig.preferBorders
|
||||
border: _scaleConfig.useVisualIndicators
|
||||
? Border.all(
|
||||
color: _borderColor,
|
||||
width: 1 * (_size ~/ 32 + 1),
|
||||
|
|
|
@ -116,7 +116,7 @@ Widget buildProgressIndicator() => Builder(builder: (context) {
|
|||
return FittedBox(
|
||||
fit: BoxFit.scaleDown,
|
||||
child: SpinKitFoldingCube(
|
||||
color: scale.tertiaryScale.primary,
|
||||
color: scale.tertiaryScale.border,
|
||||
size: 80,
|
||||
));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue