diff --git a/frontend/src/ui/components/ImageNodeActions/index.css b/frontend/src/ui/components/ImageNodeActions/index.css index eb9a684..5764d16 100644 --- a/frontend/src/ui/components/ImageNodeActions/index.css +++ b/frontend/src/ui/components/ImageNodeActions/index.css @@ -200,14 +200,6 @@ background: #f2f4f7; } -.toolbar-dot { - width: 7px; - height: 7px; - margin-left: auto; - border-radius: 999px; - background: #ff5a4e; -} - .toolbar-menu-separator { height: 1px; background: #eceff3; diff --git a/frontend/src/ui/components/ImageNodeActions/index.tsx b/frontend/src/ui/components/ImageNodeActions/index.tsx index c448f61..c7b9886 100644 --- a/frontend/src/ui/components/ImageNodeActions/index.tsx +++ b/frontend/src/ui/components/ImageNodeActions/index.tsx @@ -505,7 +505,6 @@ export function ImageNodeToolbar({ ); })}