feat: update UiNoticeBanner layout; align children to start and adjust description color
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user