diff --git a/vite.config.ts b/vite.config.ts index 3995f08..31c9578 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -22,7 +22,7 @@ export default defineConfig({ UnoCSS({ shortcuts: [ { logo: 'i-logos-react w-6em h-6em transform transition-800 hover:rotate-180' }, - { 'btn-primary': "py-2 px-4 bg-blue-500 text-white font-bold rounded-lg shadow-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:ring-opacity-75 disabled:pointer-events-none disabled:bg-slate-300" }, + { 'btn-primary': "py-2 px-4 bg-blue-500 duration-500 text-white font-bold rounded-lg shadow-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:ring-opacity-75 disabled:pointer-events-none disabled:bg-slate-300" }, ], presets: [ presetUno(), diff --git a/webapp/components/device.tsx b/webapp/components/device.tsx index 3d348c4..e0d1dd2 100644 --- a/webapp/components/device.tsx +++ b/webapp/components/device.tsx @@ -193,7 +193,7 @@ export default function DeviceBar() {
-
- - {copyStatus - ?
+
+
-
-