From 3ca2c2bea9667bac3d8d2ec15c3c0125f0051275 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 3 Aug 2026 04:28:58 +0000 Subject: [PATCH] fix(ui): drop unused BrandMark AppTheme import Co-authored-by: okuma --- mobile/lib/widgets/brand_mark.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/mobile/lib/widgets/brand_mark.dart b/mobile/lib/widgets/brand_mark.dart index f9637e2..5bdd2c7 100644 --- a/mobile/lib/widgets/brand_mark.dart +++ b/mobile/lib/widgets/brand_mark.dart @@ -1,7 +1,5 @@ import 'package:flutter/material.dart'; -import '../theme/app_theme.dart'; - /// Compact messenger brand mark — blue tile, no glow. class BrandMark extends StatelessWidget { const BrandMark({super.key, this.size = 64});