Skip to content

Commit

Permalink
fix: remove bg-color (calcom#9408)
Browse files Browse the repository at this point in the history
* remove bg-color

* Update packages/app-store/_components/AppCard.tsx

Fix lint error trailing ,

---------

Co-authored-by: Alex van Andel <[email protected]>
  • Loading branch information
alannnc and emrysal authored Jun 7, 2023
1 parent d18344c commit 77c355b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/app-store/_components/AppCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ export default function AppCard({
"border-subtle mb-4",
app.isInstalled ? "mt-2" : "mt-6",
"rounded-md border",
!app.enabled && "grayscale",
"bg-red-400"
!app.enabled && "grayscale"
)}>
<div className={classNames(app.isInstalled ? "p-4 text-sm sm:p-4" : "px-5 py-4 text-sm sm:px-5")}>
<div className="flex w-full flex-col gap-2 sm:flex-row sm:gap-0">
Expand Down

0 comments on commit 77c355b

Please sign in to comment.