Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nextui-org/nextui
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed May 13, 2024
2 parents 0f071ec + 67553d2 commit 3b0916d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/content/components/input/custom-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
}}
Expand Down

0 comments on commit 3b0916d

Please sign in to comment.