From 8ab3d44708cd449e0bc46727522c0d25c508f511 Mon Sep 17 00:00:00 2001 From: hannathkadher Date: Wed, 27 Nov 2024 14:26:10 +0400 Subject: [PATCH] chananged Colors to use colorsmanager --- lib/pages/spaces_management/widgets/hoverable_button.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/spaces_management/widgets/hoverable_button.dart b/lib/pages/spaces_management/widgets/hoverable_button.dart index 0880471a..49a863b6 100644 --- a/lib/pages/spaces_management/widgets/hoverable_button.dart +++ b/lib/pages/spaces_management/widgets/hoverable_button.dart @@ -36,7 +36,7 @@ class _HoverableButtonState extends State { child: Container( padding: const EdgeInsets.symmetric(horizontal: 13, vertical: 8), decoration: BoxDecoration( - color: isHovered ? ColorsManager.warningRed : Colors.white, + color: isHovered ? ColorsManager.warningRed : ColorsManager.whiteColors, borderRadius: BorderRadius.circular(16), boxShadow: [ if (isHovered) @@ -65,7 +65,7 @@ class _HoverableButtonState extends State { return isHovered ? const Icon( Icons.close, - color: Colors.white, + color: ColorsManager.whiteColors, size: 24, ) : SvgPicture.asset(