Skip to content

Commit

Permalink
fix: styling (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 15, 2024
1 parent 7daca39 commit 7ee0b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-playground/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Home() {
<div className="mx-4 flex items-center justify-between border-b py-4">
<h1 className="text-2xl font-bold">Playground</h1>
<button
className="bg-aui-foreground px-4 py-2"
className="bg-aui-primary text-aui-primary-foreground rounded-md px-4 py-2"
onClick={handleLoadTestData}
>
Load Test Data
Expand Down

0 comments on commit 7ee0b0b

Please sign in to comment.