style(enhanced-kanban): comment out unused styles in EnhancedKanbanGroup for cleaner code

This commit is contained in:
shancds
2025-06-25 09:08:06 +05:30
parent a25fcf209a
commit 6f5e5f5c30

View File

@@ -413,7 +413,7 @@ const EnhancedKanbanGroup: React.FC<EnhancedKanbanGroupProps> = React.memo(({
type="text" type="text"
size="small" size="small"
shape="circle" shape="circle"
style={{ color: themeMode === 'dark' ? '#383838' : '' }} // style={{ color: themeMode === 'dark' ? '#383838' : '' }}
onClick={() => { onClick={() => {
setShowNewCardTop(true); setShowNewCardTop(true);
setShowNewCardBottom(false); setShowNewCardBottom(false);
@@ -433,8 +433,8 @@ const EnhancedKanbanGroup: React.FC<EnhancedKanbanGroupProps> = React.memo(({
<MoreOutlined <MoreOutlined
style={{ style={{
rotate: '90deg', rotate: '90deg',
fontSize: '25px', // fontSize: '25px',
color: themeMode === 'dark' ? '#383838' : '', // color: themeMode === 'dark' ? '#383838' : '',
}} }}
/> />
</Button> </Button>