TF-1981 Add SpamReportBannerLabel widget
(cherry picked from commit 3fb7ebfeebd277dd8318c248d48ce31bc46807dc)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
|
||||
import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class SpamReportBannerLabelStyles {
|
||||
static const double iconSize = 24;
|
||||
static const double labelTextSize = 16;
|
||||
static const double space = 8;
|
||||
static const Color labelTextColor = AppColor.colorSpamReportBannerLabelColor;
|
||||
}
|
||||
Reference in New Issue
Block a user