mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
UBER-380: change icon (#3364)
This commit is contained in:
parent
b0ce60818d
commit
fd353b4ec4
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user