fix(canvas): fix filter eye button (#780)

This commit is contained in:
Guy Ben-Aharon
2025-07-21 19:01:52 +03:00
committed by GitHub
parent 43d1dfff71
commit b7dbe54c83

View File

@@ -229,7 +229,7 @@ export const CanvasFilter: React.FC<CanvasFilterProps> = ({ onClose }) => {
<Button <Button
variant="ghost" variant="ghost"
size="sm" size="sm"
className="size-7 p-0" className="size-7 h-fit p-0"
onClick={(e) => { onClick={(e) => {
e.stopPropagation(); e.stopPropagation();
// unhide all tables in this schema // unhide all tables in this schema
@@ -279,7 +279,7 @@ export const CanvasFilter: React.FC<CanvasFilterProps> = ({ onClose }) => {
<Button <Button
variant="ghost" variant="ghost"
size="sm" size="sm"
className="size-7 p-0" className="size-7 h-fit p-0"
onClick={(e) => { onClick={(e) => {
e.stopPropagation(); e.stopPropagation();
if (!visibleBySchema && tableSchema) { if (!visibleBySchema && tableSchema) {