feat: update UiNoticeBanner layout; align children to start and adjust description color

This commit is contained in:
Achintha Isuru
2026-03-17 14:37:56 -04:00
parent de388c9a77
commit e2d833dc58
2 changed files with 3 additions and 3 deletions

View File

@@ -2,12 +2,12 @@ import 'package:design_system/design_system.dart';
import 'package:flutter/material.dart';
class SecurityNotice extends StatelessWidget {
final dynamic strings;
const SecurityNotice({
super.key,
required this.strings,
});
final dynamic strings;
@override
Widget build(BuildContext context) {