fixed size of icon

This commit is contained in:
hannathkadher
2024-11-27 20:16:04 +04:00
parent 79b3d116ca
commit 49a732edb2
4 changed files with 92 additions and 45 deletions

View File

@ -1,4 +1,5 @@
import 'package:flutter/material.dart';
import 'package:syncrow_web/utils/color_manager.dart';
class AddSpaceButton extends StatelessWidget {
final VoidCallback onTap;
@ -28,8 +29,8 @@ class AddSpaceButton extends StatelessWidget {
child: Container(
width: 40, // Size of the inner circle
height: 40,
decoration: BoxDecoration(
color: const Color(0xFFF5F6F7), // Light gray background
decoration: const BoxDecoration(
color: ColorsManager.boxColor, // Light gray background
shape: BoxShape.circle, // Circular shape for the icon container
),
child: const Icon(