\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2049,2050],{"name":2037,"color":2038},{"name":1988,"color":1989},2317,"Button 'block' attribute doesn't center it's content","2024-10-07T13:08:58Z","https://github.com/nuxt/ui/issues/2317",0.7853483,{"description":2057,"labels":2058,"number":2061,"owner":1991,"repository":1992,"state":2041,"title":2062,"updated_at":2063,"url":2064,"score":2065},"### Description\n\nI appreciate new version 3 of NuxtUI very much.\n\nOn production build of my recent app, it seems to take too much time (~5s) to SSR every page.\nSome pages does not fetch any data, so I wondered if NuxtUI or TailwindCSS were responsible for that.\n(Lighthouse score was very fine, by the way)\n\nThe app had neither dependencies of `tailwindcss` nor `@tailwindcss/vite` in package.json, so I installed them to try to improve first show speed.\nSurprisingly, it worked and showed quickly (~1s). The problem now fixed.\n\nIt is friendly for developers that NuxtUI requires TailwindCSS packages because it contains the dependencies in it.\nHowever, I don't think that the capability of NuxtUI is fully delivered without `@tailwindcss/vite`.\nI wish some internal implementation around this problem would be identified to get refined. Thank you.\n\nHere is the app before/after installing `tailwindcss` and `@tailwindcss/vite` (excuse me it's Japanese only):\n\n- Before: https://67e0d5d81fdcb30008c12162--dodoi2.netlify.app/\n- After: https://67efec8e3667f0000841d4df--dodoi2.netlify.app/",[2059,2060],{"name":2037,"color":2038},{"name":1988,"color":1989},3792,"Rendering is too slow unless installing `@tailwindcss/vite` as well?","2025-04-06T10:26:23Z","https://github.com/nuxt/ui/issues/3792",0.7862801,{"description":2067,"labels":2068,"number":2073,"owner":1991,"repository":1992,"state":2041,"title":2074,"updated_at":2075,"url":2076,"score":2077},"### Environment\n\nOperating System: Windows_NT\nNode Version: v20.15.0\nNuxt Version: 3.13.2\nCLI Version: 3.14.0\nNitro Version: 2.9.7\nPackage Manager: pnpm@9.10.0\nBuilder: -\nUser Config: -\nRuntime Modules: -\nBuild Modules: -\n\n### Version\n\nv3.0.0-alpha.5\n\n### Reproduction\n\nNo need. It'd be great if we had a stackblitz or codepen etc. playground example repo for v3 so that everyone can get a repo up quickly. It'd increase feedback.\n\n### Description\n\nI think I found something. Created a new project, added v3 and set `colorMode` to 'light' but it is still dark. Cleared local and session storage and cookies and cache. Still dark. Anyone having the same problem?\nRemoving `@import \"@nuxt/ui\";` from my app.vue changes the theme to light. html tag has `class=\"light\"`\n\nInspected elements and saw that color-scheme is incorrect. It has both light and dark. Changing it to light changes the mode to light. Is this correct?\n\n\nAdding this solves the problem, but it doesn't look viable.\n```\n:root {\n color-scheme: light;\n}\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2069,2072],{"name":2070,"color":2071},"bug","d73a4a",{"name":1988,"color":1989},2320,"Dark/light mode problem","2024-10-07T17:53:06Z","https://github.com/nuxt/ui/issues/2320",0.79189247,{"description":2079,"labels":2080,"number":2083,"owner":1991,"repository":1992,"state":2041,"title":2084,"updated_at":2085,"url":2086,"score":2087},"### Description\n\nMight have missed this in the beta 2 docs, but curious how we're supposed to close the current `Modal` or `Slideover` instance from within the component using the new `useOverlay` composable. I see a few references to `useOverlayInstance` in other issue but that composable doesn't seem to be available in the current beta.\n\nThanks!",[2081,2082],{"name":2037,"color":2038},{"name":1988,"color":1989},3429,"How to get current modal/slideover instance?","2025-03-02T17:44:50Z","https://github.com/nuxt/ui/issues/3429",0.7935026,{"description":2089,"labels":2090,"number":2096,"owner":1991,"repository":1991,"state":2041,"title":2097,"updated_at":2098,"url":2099,"score":2100},"### Version\r\n```>= 1.0-rc0```\r\n\r\n### Reproduction links\r\nhttps://glitch.com/edit/#!/nuxt-rc0\r\nhttps://nuxt-rc0.glitch.me/\r\nhttps://nuxt-rc0.glitch.me/about\r\n\r\n### Steps to reproduce\r\nLoad the page above, and start typing into the search field. The input element is set to trigger an update of the query string on keypress.\r\n\r\n### What is expected?\r\nYou should be able to continue typing after the first character, and the query string url should continue updating with what you type. \r\n\r\n### What is actually happening?\r\nAfter every keypress, the form field loses focus and you have to click inside again to be able to type the next character.\r\n\r\nAdditionally, if the typing is done on the about page in the above demo, then it also scrolls to the top of the page after each keypress, despite the custom scroll Behaviour disabling that.\r\n\r\n### Extra Information\r\nI noticed this change in behavior when I upgraded from 1.0.0-alpha.4 to 1.0.0-rc3, but after checking the previous versions it seems to have started in 1.0.0-rc0.\r\n\r\nLinks to a glitch to see a working previous version\r\nhttps://glitch.com/edit/#!/nuxt-alpha4\r\nhttps://nuxt-alpha4.glitch.me/\r\nhttps://nuxt-alpha4.glitch.me/about\r\n\r\nTo rule out changes upstream in vue router causing this, I created a jsfiddle using version 2.7.0 of vue-router (same as nuxt 1.0.0-rc3 uses). The behaviour *does not* exist in that test:\r\nhttps://jsfiddle.net/benosman/octu95ra/\r\n\r\nNote: This issue has been rewritten, hopefully to make it clearer to understand what the problem is.\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1112\">#c1112\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2091,2093],{"name":2037,"color":2092},"cc317c",{"name":2094,"color":2095},"2.x","d4c5f9",1255,"Pages are fully re-rendered when just query string changes - focus on active element lost","2023-01-18T15:41:00Z","https://github.com/nuxt/nuxt/issues/1255",0.79408747,["Reactive",2102],{},["Set"],["ShallowReactive",2105],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"wwxWzOYUPQ4vw6sP753cQGkAKTcFl7lO1Kuqo-jNOnE":-1},"/nuxt/ui/3392"]