TF-2116 Apply new design attachment in mobile composer
(cherry picked from commit 4d8a7590e11044963093a98095948d9820f34efb)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class CircleLoadingWidgetStyles {
|
||||
static const Color progressColor = AppColor.primaryColor;
|
||||
static const double size = 24;
|
||||
static const double width = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user