We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de67097 commit 44f7151Copy full SHA for 44f7151
src/components/layout/dashboard/Kbar.tsx
@@ -140,10 +140,7 @@ const ResultItem = React.forwardRef(
140
{action.shortcut?.length ? (
141
<div aria-hidden className="grid grid-flow-col gap-1">
142
{action.shortcut.map((sc) => (
143
- <kbd
144
- key={sc}
145
- className="rounded bg-base-100 bg-opacity-10 p-1 text-sm"
146
- >
+ <kbd key={sc} className="rounded bg-base-100/10 p-1 text-sm">
147
{sc}
148
</kbd>
149
))}
src/components/ui/banner/Banner.tsx
@@ -1,3 +1,4 @@
1
+/* eslint-disable tailwindcss/migration-from-tailwind-2 */
2
import React from 'react'
3
import { clsx } from 'clsx'
4
import type { FC } from 'react'
0 commit comments