diff --git a/apps/frontend/app/components/runs/sidebar.tsx b/apps/frontend/app/components/runs/sidebar.tsx index ebeaf14..ec66618 100644 --- a/apps/frontend/app/components/runs/sidebar.tsx +++ b/apps/frontend/app/components/runs/sidebar.tsx @@ -28,7 +28,7 @@ function SidebarMenuButton({ return ( diff --git a/apps/frontend/app/tailwind.css b/apps/frontend/app/tailwind.css index c0a006b..5e8ffee 100644 --- a/apps/frontend/app/tailwind.css +++ b/apps/frontend/app/tailwind.css @@ -18,6 +18,13 @@ --muted-foreground: 240 5% 64.9%; --border: 240 3.7% 15.9%; } + + button:not(:disabled) { + @apply cursor-pointer; + } + button:disabled { + @apply cursor-not-allowed; + } } @theme {