Skip to content

Commit

Permalink
feat: EllipsisOutlined style changed
Browse files Browse the repository at this point in the history
  • Loading branch information
lhwan committed Aug 21, 2024
1 parent f03d970 commit 3924fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/components/knowledge/doc-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,9 @@ export default function DocPanel(props: IProps) {
getPopupContainer={(node) => node.parentNode as HTMLElement}
placement="bottomRight"
autoAdjustOverflow={false}
className="bg-gray-100 rounded-md"
className="rounded-md"
>
<EllipsisOutlined className="p-2" style={{ color: isMenuExpand ? '#333' : '#fff' }}/>
<EllipsisOutlined className="p-2" />
</Dropdown>
}
>
Expand Down

0 comments on commit 3924fd4

Please sign in to comment.