File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments