Skip to content

Commit

Permalink
added hover blur none
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWTE committed Sep 7, 2023
1 parent 04bb6e3 commit 0e1d8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/settings/apiAccess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function ApiAccess({ userDetails, userApiDetails }: any) {
</p>
<div className="flex justify-between gap-4">
<div className="bg-slate-800 rounded-lg p-3">
<p className="text-md text-slate-300 blur-md">{token}</p>
<p className="text-md text-slate-300 blur-md hover:blur-none">{token}</p>
</div>
<CopyToClipboard text={token}>
<button
Expand Down

0 comments on commit 0e1d8ec

Please sign in to comment.