Skip to content

Commit 6ee7d2c

Browse files
committed
chore: style change
1 parent 245cc3a commit 6ee7d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function Dashboard() {
107107
</div>
108108
<button
109109
onClick={openWebsite}
110-
className="inline-flex items-center px-3 py-2 text-sm bg-accent-primary text-white rounded-lg hover:bg-accent-secondary transition-colors"
110+
className="inline-flex items-center px-3 py-2 text-sm rounded-lg transition-colors"
111111
>
112112
<svg className="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
113113
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" />

0 commit comments

Comments
 (0)