\n\u003C/UCard>\n```\n\n### Description\n\nIf using a UTable component on a background that isn't the default neutral color the bg-color of the thead is visible.\n\n\n\n\n\n_A little bit easier to see with white Background_\n\n\n\n\nMaybe this is a wanted behavior. So if so please ignore and close the issue.\nI know sometimes you want a background color in the headlines. But sometimes you don't want them.\nAnyways if this is a wanted behavior, then maybe this issue will help those who don't want a background color and are looking for a solution.\n\n### Additional context\n\nCould be fixed by adding:\n```vue\n:ui=\"{\n thead: 'bg-unset'\n}\"\n```\nto the `\u003CUTable>` tag\n\n\n\n### Logs\n\n```shell-script\n-\n```",[2043,2044,2045],{"name":1985,"color":1986},{"name":1988,"color":1989},{"name":1991,"color":1992},3607,"Background-Color for UTable","2025-03-18T15:08:25Z","https://github.com/nuxt/ui/issues/3607",0.6892175,{"description":2052,"labels":2053,"number":2056,"owner":1994,"repository":1995,"state":1996,"title":2057,"updated_at":2058,"url":2059,"score":2060},"### Description\n\nHi, I'm having a hard time applying transition to dark / light background.\n\nMy `main.css` file is as follows.\n\nChanging the background color from `slate` to `stone`, for example, works fine.\n\nThe problem is just for the light / dark theme transition.\n\n```\n:root {\n --ui-bg: var(--ui-color-neutral-100);\n}\n\n.dark {\n --ui-bg: var(--ui-color-neutral-900);\n}\n\n@layer base {\n body {\n @apply transition-colors duration-1000;\n }\n}\n```\n\nHere is the function that changes the theme:\n\n```\nconst isDark = computed({\n get() {\n return colorMode.value === 'dark';\n },\n set() {\n colorMode.preference = colorMode.value === 'dark' ? 'light' : 'dark';\n },\n});\n```\n\nAny help would be appreciated, thanks!\n",[2054,2055],{"name":2018,"color":2019},{"name":1988,"color":1989},3645,"Applying transition-colors to light / dark theme","2025-03-21T16:20:57Z","https://github.com/nuxt/ui/issues/3645",0.6936803,{"description":2062,"labels":2063,"number":2066,"owner":1994,"repository":1995,"state":1996,"title":2067,"updated_at":2068,"url":2069,"score":2070},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.11.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.4.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxtjs/i18n@9.0.0-rc.2, @sidebase/nuxt-auth@0.9.4, @vueuse/nuxt@11.3.0, nuxt-typed-router@3.7.1\n- Build Modules: -\n\n### Version\n\n2.19.2\n\n### Reproduction\n\n\n\n\n### Description\n\nPR #2275 was to accept null values in the `v-model` of the various components, but it turns out (thanks to [KazariEX](https://github.com/vuejs/language-tools/issues/5036#issuecomment-2527791622)) that the problem comes from the tsconfig configuration of `@nuxt/ui` where `strictNullCheck` is `false`, which causes the `null` that should have existed to be deleted from the type when the component is compiled.\n\n@benjamincanac is it safe to set `strictNullCheck` to true? Would you accept a PR?\n\n_________\n\n### EDIT\n\nWell, I've just tested it, and simply changing the `strictNullCheck` property to `true` completely breaks the typecheck.",[2064,2065],{"name":1985,"color":1986},{"name":1991,"color":1992},2868,"`null` modelValue deleted from the final type when compiling the components","2024-12-09T15:29:48Z","https://github.com/nuxt/ui/issues/2868",0.69644576,{"description":2072,"labels":2073,"number":2076,"owner":1994,"repository":1995,"state":2077,"title":2078,"updated_at":2079,"url":2080,"score":2081},"",[2074,2075],{"name":1985,"color":1986},{"name":1988,"color":1989},2338,"closed","[Tabs] Height shifts of 1px between `pill` and `link` variants","2024-10-28T09:49:02Z","https://github.com/nuxt/ui/issues/2338",0.6306063,{"description":2083,"labels":2084,"number":2086,"owner":1994,"repository":1995,"state":2077,"title":2087,"updated_at":2088,"url":2089,"score":2090},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v20.11.0\r\n- Nuxt Version: 3.13.1\r\n- CLI Version: 3.13.1\r\n- Nitro Version: 2.9.7\r\n- Package Manager: pnpm@9.9.0\r\n- Builder: -\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Version\r\n\r\nv2.8.0\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/nuxt-ui-u8opw1?file=app.vue\r\n\r\n### Description\r\n\r\nOverflow problem, the select menu is open inside the table\r\n\r\n### Additional context\r\n\r\n\r\n\r\n\r\n### Logs\r\n\r\n_No response_",[2085],{"name":1985,"color":1986},2255,"Overflow probem with SelectMenu inside a table","2024-09-26T10:21:43Z","https://github.com/nuxt/ui/issues/2255",0.6565921,{"description":2092,"labels":2093,"number":2099,"owner":1994,"repository":1995,"state":2077,"title":2100,"updated_at":2101,"url":2102,"score":2103},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.18.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.16.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.12.3\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/image@1.8.1, @nuxt/content@2.13.4, @nuxthq/studio@1.1.2, @nuxt/ui-pro@3.0.0-alpha.10, @nuxtjs/plausible@1.2.0, @nuxtjs/seo@2.0.2, @vueuse/nuxt@12.0.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0.alpha10\n\n### Reproduction\n\nhttps://ui3.nuxt.dev/components/button#loading (example with `loading-auto`)\n\n### Description\n\nWhen using a `UIButton` component with an `@click` event, the cursor does not change to `cursor-pointer`, which may confuse users about the button's clickability.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2094,2095,2098],{"name":1985,"color":1986},{"name":2096,"color":2097},"duplicate","cfd3d7",{"name":1988,"color":1989},2940,"`cursor-pointer` is missing on `UButton` with an `@click` event","2025-04-02T09:37:12Z","https://github.com/nuxt/ui/issues/2940",0.65775156,["Reactive",2105],{},["Set"],["ShallowReactive",2108],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"Y3Thh-zu9cB3kW156f9wAUCiyvx0ueS4dlbVCZ5Le5Y":-1},"/nuxt/ui/3111"]