mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
Update custom-styles.ts (#2982)
The data attribute as per the documentation of input is data-focus. In this code demo it is portrayed as data-focused which does not work.
This commit is contained in:
parent
cc1d62a0a9
commit
67553d270a
@ -52,8 +52,8 @@ export default function App() {
|
||||
"backdrop-saturate-200",
|
||||
"hover:bg-default-200/70",
|
||||
"dark:hover:bg-default/70",
|
||||
"group-data-[focused=true]:bg-default-200/50",
|
||||
"dark:group-data-[focused=true]:bg-default/60",
|
||||
"group-data-[focus=true]:bg-default-200/50",
|
||||
"dark:group-data-[focus=true]:bg-default/60",
|
||||
"!cursor-text",
|
||||
],
|
||||
}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user