mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
chore: update responsive tab's more icon
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { useEffect, useState, useRef, useCallback, useMemo } from 'react';
|
||||
import classnames from 'classnames';
|
||||
import MenuDropdown from 'ui/MenuDropdown';
|
||||
import { IconChevronDown } from '@tabler/icons';
|
||||
import { IconChevronsRight } from '@tabler/icons';
|
||||
import StyledWrapper from './StyledWrapper';
|
||||
|
||||
const DROPDOWN_WIDTH = 60;
|
||||
@@ -251,8 +251,7 @@ const ResponsiveTabs = ({
|
||||
selectedItemId={activeTab}
|
||||
>
|
||||
<div className="more-tabs select-none flex items-center cursor-pointer gap-1">
|
||||
<span>More</span>
|
||||
<IconChevronDown size={14} strokeWidth={2} />
|
||||
<IconChevronsRight size={18} strokeWidth={2} />
|
||||
</div>
|
||||
</MenuDropdown>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user