Skip to content

Commit

Permalink
Merge pull request #49 from abusix/pla-709-ui-improvements
Browse files Browse the repository at this point in the history
Pla 709 UI improvements
  • Loading branch information
Coderwelsch authored Oct 12, 2023
2 parents a118b28 + f359b7e commit e7cbeaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"url": "https://github.com/abusix/hailstorm/issues"
},
"scripts": {
"dev": "npm run storybook",
"storybook": "storybook dev -p 6006",
"clean": "rimraf ./dist",
"type-check": "tsc --project tsconfig.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ const TableBodyRow = forwardRef<HTMLTableRowElement, RowProps>(
<tr
className={classNames(
className,
isExpanded ? "bg-primary-50" : "border-b border-b-neutral-300",
"last:border-none"
isExpanded ? "bg-primary-50" : "border-b border-b-neutral-300"
)}
ref={ref}
style={style}
Expand Down

0 comments on commit e7cbeaf

Please sign in to comment.