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