mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-19 03:49:21 -04:00
ui cleanup
This commit is contained in:
parent
b7f7258c70
commit
1f99279cd2
23 changed files with 358 additions and 218 deletions
|
@ -58,7 +58,7 @@ class _EnterPinDialogState extends State<EnterPinDialog> {
|
|||
final defaultPinTheme = PinTheme(
|
||||
width: 56,
|
||||
height: 60,
|
||||
textStyle: TextStyle(fontSize: 22, color: scale.primaryScale.text),
|
||||
textStyle: TextStyle(fontSize: 22, color: scale.primaryScale.appText),
|
||||
decoration: BoxDecoration(
|
||||
color: fillColor,
|
||||
borderRadius: BorderRadius.circular(8),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue