while there's still improvements to be made, time to move onto the backend.

This commit is contained in:
Joshua
2024-07-11 15:24:38 -06:00
parent cbd040f57b
commit dfcddd11d4
7 changed files with 98 additions and 69 deletions
@@ -60,7 +60,7 @@ class _ConversationWidgetState extends State<ConversationWidget> {
buttonSize: 60,
icon: const Icon(
Icons.arrow_back_rounded,
color: AppTheme.lightest,
color: AppTheme.lighterest,
size: 30,
),
onPressed: () async {
@@ -82,7 +82,7 @@ class _ConversationWidgetState extends State<ConversationWidget> {
child: FlutterFlowIconButton(
icon: const Icon(
Icons.more_vert,
color: AppTheme.lightest,
color: AppTheme.lighterest,
size: 24,
),
onPressed: () async {