TF-381 Apply new UI for emails selection active
This commit is contained in:
@@ -102,6 +102,7 @@ extension AppColor on Color {
|
||||
static const colorButtonHeaderThread = Color(0x99EBEDF0);
|
||||
static const colorBorderBodyThread = Color(0x5CB8C1CC);
|
||||
static const colorBgDesktop = Color(0xFFF6F6F6);
|
||||
static const colorItemEmailSelectedDesktop = Color(0x0F007AFF);
|
||||
|
||||
static const mapGradientColor = [
|
||||
[Color(0xFF21D4FD), Color(0xFFB721FF)],
|
||||
|
||||
@@ -41,6 +41,7 @@ class IconBuilder {
|
||||
child: IconButton(
|
||||
padding: EdgeInsets.zero,
|
||||
iconSize: _size ?? 40,
|
||||
splashRadius: 20,
|
||||
icon: SvgPicture.asset(_icon!, width: _size ?? 40, height: _size ?? 40, fit: BoxFit.fill),
|
||||
onPressed: () => {
|
||||
if (_onPressIconActionClick != null) {
|
||||
|
||||
Reference in New Issue
Block a user