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:
knownymous 2024-05-13 04:17:22 +02:00 committed by GitHub
parent cc1d62a0a9
commit 67553d270a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
],
}}