TF-3002 [WEB] Add To/Folder search filters
This commit is contained in:
+7
-4
@@ -3,11 +3,14 @@ import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class SpamReportBannerWebStyles {
|
||||
static const double horizontalMargin = 16;
|
||||
static const double verticalMargin = 16;
|
||||
static const double verticalPadding = 8;
|
||||
static const double horizontalPadding = 16;
|
||||
static const double borderRadius = 12;
|
||||
static Color backgroundColor = AppColor.colorSpamReportBannerBackground.withOpacity(0.12);
|
||||
static const Color strokeBorderColor = AppColor.colorSpamReportBannerStrokeBorder;
|
||||
|
||||
static const EdgeInsetsGeometry bannerPadding = EdgeInsetsDirectional.symmetric(
|
||||
horizontal: 16,
|
||||
vertical: 8);
|
||||
static const EdgeInsetsGeometry bannerMargin = EdgeInsetsDirectional.only(
|
||||
end: 16,
|
||||
bottom: 8);
|
||||
}
|
||||
Reference in New Issue
Block a user