Skip to content

Commit

Permalink
bootstrap.4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farskipper committed Mar 10, 2024
1 parent bf47759 commit c819fc2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 31 deletions.
11 changes: 6 additions & 5 deletions packages/pico-engine-ui/src/bootstrap.4.6.2.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/pico-engine-ui/src/components/Pico.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const Pico: React.FC<Props> = (props) => {
<Link
to={"/pico/" + pico.eci}
className="pico-name-open-btn"
onMouseDown={(e) => e.stopPropagation()}
onMouseDown={(e: any) => e.stopPropagation()}
style={{ color: titleColor(pico.backgroundColor) }}
>
{pico.name}
Expand Down
12 changes: 6 additions & 6 deletions packages/pico-engine/public/pico-engine-ui.css

Large diffs are not rendered by default.

Loading

0 comments on commit c819fc2

Please sign in to comment.