Skip to content

Commit 80822a4

Browse files
committed
clarify navbar comment
1 parent 5cc3352 commit 80822a4

File tree

1 file changed

+2
-2
lines changed
  • apps/web/src/components/base-org/Card

1 file changed

+2
-2
lines changed

apps/web/src/components/base-org/Card/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ export default function Card({
2828
return () => unregisterCard(id);
2929
}, [registerCard, unregisterCard, id]);
3030

31-
/*
31+
/*
3232
Shimmer / Tailwind integration notes:
3333
- Converted from https://codepen.io/yxshv/pen/JjaRZmb
34-
- The card "border" is controlled via the padding, p-[1px]
34+
- The card "border" is controlled via the padding, p-[1px], and the background color, bg-white/20
3535
*/
3636
const cardClasses = `card overflow-hidden p-[1px] m-0 bg-white/20 relative ${wrapperClassName} w-full`;
3737

0 commit comments

Comments
 (0)