D1APP-1 dark theme light error updated

This commit is contained in:
MohammadTaha Basiri 2022-01-05 14:21:10 +03:30
parent 0202c65080
commit 07e009f5bd
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ extension DidvanColorScheme on ColorScheme {
// Error and success colors
Color get errorLight => brightness == Brightness.dark
? const Color(0xFFF0C9CD)
? error.withOpacity(0.05)
: const Color(0xFFFFF8F8);
Color get successLight => brightness == Brightness.dark
? const Color(0xFFBBD6B4)