style(enhanced-kanban): comment out unused styles in EnhancedKanbanGroup for cleaner code
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user