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