opt context ext

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-05 15:41:12 +08:00
parent add519120c
commit af7a1a6ee9
52 changed files with 227 additions and 144 deletions

View File

@@ -103,9 +103,8 @@ class _LoginPageState extends State<LoginPage> {
child: PrettyQrView.data(
data: _loginPageCtr.codeInfo['data']!['url']!,
decoration: const PrettyQrDecoration(
shape: PrettyQrRoundedSymbol(
shape: PrettyQrSquaresSymbol(
color: Colors.black87,
borderRadius: BorderRadius.zero,
),
),
),