selector icons
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
|||||||
Tooltip,
|
Tooltip,
|
||||||
} from '@heroui/react'
|
} from '@heroui/react'
|
||||||
import { platform } from '@tauri-apps/plugin-os'
|
import { platform } from '@tauri-apps/plugin-os'
|
||||||
import { ArrowBigDownIcon, LassoSelectIcon } from 'lucide-react'
|
import { EllipsisVerticalIcon } from 'lucide-react'
|
||||||
import { useCallback, useRef, useState } from 'react'
|
import { useCallback, useRef, useState } from 'react'
|
||||||
import {
|
import {
|
||||||
FilePanel,
|
FilePanel,
|
||||||
@@ -95,8 +95,8 @@ export default function PathSelector({
|
|||||||
color="primary"
|
color="primary"
|
||||||
size="sm"
|
size="sm"
|
||||||
radius="full"
|
radius="full"
|
||||||
startContent={<LassoSelectIcon className="size-5" />}
|
startContent={<EllipsisVerticalIcon className="size-4" />}
|
||||||
className="gap-1.5 min-w-fit"
|
className="gap-0.5 min-w-fit"
|
||||||
>
|
>
|
||||||
SELECT
|
SELECT
|
||||||
</Button>
|
</Button>
|
||||||
@@ -140,15 +140,7 @@ export default function PathSelector({
|
|||||||
size="lg"
|
size="lg"
|
||||||
color="foreground"
|
color="foreground"
|
||||||
>
|
>
|
||||||
<Button
|
<Button color="danger" size="sm" radius="full" variant="flat" onPress={onClose}>
|
||||||
color="danger"
|
|
||||||
size="sm"
|
|
||||||
radius="full"
|
|
||||||
variant="flat"
|
|
||||||
onPress={onClose}
|
|
||||||
startContent={<ArrowBigDownIcon className="size-4" />}
|
|
||||||
className="gap-1 min-w-fit"
|
|
||||||
>
|
|
||||||
DISMISS
|
DISMISS
|
||||||
</Button>
|
</Button>
|
||||||
</Tooltip>,
|
</Tooltip>,
|
||||||
|
|||||||
Reference in New Issue
Block a user