UBER-380: change icon (#3364)

This commit is contained in:
Vyacheslav Tumanov 2023-06-06 20:39:00 +05:00 committed by GitHub
parent b0ce60818d
commit fd353b4ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 8 deletions

View File

@ -25,7 +25,6 @@
getEventPositionElement,
getFocusManager,
Icon,
IconOpen,
Label,
LabelAndProps,
showPanel,
@ -180,7 +179,7 @@
</div>
{#if selected && showNavigate}
<ActionIcon
icon={IconOpen}
icon={view.icon.Open}
size={'small'}
action={() => {
if (selected) {

View File

@ -28,7 +28,6 @@
getEventPositionElement,
getFocusManager,
Icon,
IconOpen,
Label,
LabelAndProps,
showPanel,
@ -173,7 +172,7 @@
{#if selected && showNavigate}
<div class="min-w-2" />
<ActionIcon
icon={IconOpen}
icon={view.icon.Open}
size={'small'}
action={() => {
if (selected) {

View File

@ -25,7 +25,6 @@
ButtonSize,
getEventPositionElement,
getFocusManager,
IconOpen,
Label,
LabelAndProps,
showPanel,
@ -151,7 +150,7 @@
</div>
{#if selected && showNavigate}
<ActionIcon
icon={IconOpen}
icon={view.icon.Open}
size={'small'}
action={() => {
if (selected) {

View File

@ -32,7 +32,6 @@
getEventPositionElement,
getFocusManager,
Icon,
IconOpen,
Label,
LabelAndProps,
showPanel,
@ -154,7 +153,7 @@
</div>
{#if selected && showNavigate}
<ActionIcon
icon={IconOpen}
icon={view.icon.Open}
size={'small'}
action={() => {
if (selected) {