Skip to content

Commit

Permalink
lfg
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Nov 20, 2024
1 parent 608c184 commit ab7a77e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/docs/generated/previews.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file is autogenerated by scripts/create-pr-content.ts.
// Do not edit this file directly.

import React from "react"
import React from 'react';

export const previews: Record<string, any> = {
"date-and-time/date-field/date-field-demo": {
Expand Down
2 changes: 1 addition & 1 deletion components/ui/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ interface TableCellProps extends CellProps {
}

const cellStyles = tv({
base: "group whitespace-nowrap px-3 py-3 outline-none",
base: "group px-3 py-3 outline-none",
variants: {
allowResize: {
true: "overflow-hidden truncate"
Expand Down

0 comments on commit ab7a77e

Please sign in to comment.