Skip to content

Commit

Permalink
Changed button height
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Oct 21, 2024
1 parent d800c61 commit 7239bb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const VisualizationSelector: FC = () => {
<Button
key={`v-list-item-${v}`}
variant="clean"
className="h-4 cursor-pointer justify-start rounded-none px-3 py-4 text-xs font-medium transition-colors hover:bg-slate-100"
className="h-10 cursor-pointer justify-start rounded-none px-3 py-4 text-xs font-medium transition-colors hover:bg-slate-100"
onClick={() => {
setSelectedVisualization(v);
setShowVisualizations(false);
Expand Down

0 comments on commit 7239bb6

Please sign in to comment.