Skip to content

Commit cda635f

Browse files
committed
Removed focus outline and selection for button
1 parent 76f2625 commit cda635f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/dashboard.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ const Dashboard = () => {
307307
} p-4 rounded-md mb-4`}
308308
style={{ marginTop: "140px" }}
309309
>
310-
<div className="flex justify-between items-center mb-2">
310+
<div className="flex justify-between items-center mb-2 select-none">
311311
<span className="text-sm font-medium">Token:</span>
312312
</div>
313313
<div className="relative max-w-xs md:max-w-full">
@@ -322,7 +322,7 @@ const Dashboard = () => {
322322
? "bg-gray-700 border border-gray-600 placeholder-gray-400 text-white"
323323
: "bg-white border border-gray-300 placeholder-gray-400 text-black"
324324
}
325-
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500
325+
focus:outline-none
326326
`}
327327
/>
328328
<div
@@ -332,7 +332,7 @@ const Dashboard = () => {
332332
{getEyeIcon()}
333333
</div>
334334
</div>
335-
<div className="mt-4 flex justify-end space-x-2">
335+
<div className="mt-4 flex justify-end space-x-2 select-none">
336336
<button
337337
onClick={handleRegenerateToken}
338338
className="bg-blue-500 text-white px-3 py-1 rounded hover:bg-blue-600"

0 commit comments

Comments
 (0)