mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 23:31:21 +02:00
Minor style updates
This commit is contained in:
@@ -23,6 +23,7 @@ import {
|
||||
UpdateIcon,
|
||||
RowsIcon,
|
||||
MagicWandIcon,
|
||||
MagnifyingGlassIcon,
|
||||
} from '@radix-ui/react-icons';
|
||||
import classnames from 'classnames';
|
||||
|
||||
@@ -50,7 +51,9 @@ const icons = {
|
||||
triangleRight: TriangleRightIcon,
|
||||
update: UpdateIcon,
|
||||
magicWand: MagicWandIcon,
|
||||
magnifyingGlass: MagnifyingGlassIcon,
|
||||
x: Cross2Icon,
|
||||
empty: () => <span />,
|
||||
};
|
||||
|
||||
export interface IconProps {
|
||||
|
||||
Reference in New Issue
Block a user