TF-3410 Change color of icons in TopAppBarThreadSelection

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-01-08 15:07:53 +07:00
committed by Dat H. Pham
parent 443bea5572
commit d9def92781
4 changed files with 58 additions and 36 deletions
@@ -0,0 +1,9 @@
import 'package:core/presentation/extensions/color_extension.dart';
import 'package:flutter/material.dart';
class TopBarThreadSelectionStyle {
static const Color iconColor = AppColor.steelGrayA540;
static const double iconSize = 20.0;
}