Skip to content

Commit

Permalink
Update graph.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara committed May 26, 2024
1 parent fe7bf27 commit 044c3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Graph({ padding }: { padding: number }) {
background: "linear-gradient(135deg, #fdba74, #f97316)",
}}
>
<div style={{ padding: `${padding}px` }}>
<div style={{ padding: `${padding}px` }} className="transition-all">
<div className="bg-white bg-opacity-90 rounded-lg p-4">
<div className="flex space-x-2">
<div className="w-3 h-3 bg-gray-300 rounded-full"></div>
Expand Down

0 comments on commit 044c3b4

Please sign in to comment.