Skip to content

Commit

Permalink
minor png button updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Sep 16, 2024
1 parent 6f1ba2a commit 1626200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function PythonOutput(props: ItemProps) {
/>
{!props.isDashboardView && (
<button
className="relative bottom-[1px] right-[1px] bg-white rounded-tl-md rounded-br-md border border-gray-200 p-1 hover:bg-gray-50 z-10 text-xs text-gray-400"
className="relative g-white rounded-md rounded-br-md border border-gray-200 p-1 hover:bg-gray-50 z-10 text-xs text-gray-400"
onClick={onExportToPNG}
>
PNG
Expand Down

2 comments on commit 1626200

@vtfg
Copy link
Contributor

@vtfg vtfg commented on 1626200 Sep 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The b got accidentally removed from the bg-white class.

@lucasfcosta
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad! Thanks for noticing and thanks again for the PR - we fixed it for the release we cut after this!

Please sign in to comment.