Skip to content

Commit

Permalink
mib
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Aug 18, 2024
1 parent ae96777 commit 6b37b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ui/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Description } from "./field"
const card = tv({
slots: {
root: [
"xrkr bg-bg rounded-lg xkd2 [&:has(table)_.ccvgs8x]:border-t [&:has(table)_.x32]:bg-tertiary [&:has(table)]:overflow-hidden border text-fg shadow-sm [&:has(.larhy3):not(:has(.yahnba))>.ccvgs8x]:pt-6 [&:has(.larhy3)]:overflow-hidden [&_table]:overflow-hidden"
"xrkr bg-bg rounded-xl xkd2 [&:has(table)_.ccvgs8x]:border-t [&:has(table)_.x32]:bg-tertiary [&:has(table)]:overflow-hidden border text-fg shadow-sm [&:has(.larhy3):not(:has(.yahnba))>.ccvgs8x]:pt-6 [&:has(.larhy3)]:overflow-hidden [&_table]:overflow-hidden"
],
header: "flex xlw32 flex-col space-y-1.5 px-6 py-5",
title: "text-lg klda font-semibold leading-none tracking-tight",
Expand Down
2 changes: 1 addition & 1 deletion components/ui/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const modalOverlayStyles = tv({
const modalContentStyles = tv({
base: [
"max-h-full w-full rounded-t-3xl ring-1 ring-dark/5 bg-overlay text-overlay-fg text-left align-middle shadow-lg",
"dark:ring-light/15 sm:rounded-2xl overflow-hidden"
"dark:ring-border sm:rounded-2xl overflow-hidden"
],
variants: {
isEntering: {
Expand Down

0 comments on commit 6b37b9e

Please sign in to comment.