Skip to content

Commit

Permalink
feat: added border to the card in ToolCard
Browse files Browse the repository at this point in the history
  • Loading branch information
DavitBakhutashvili committed Oct 1, 2023
1 parent c0e09c7 commit 4123ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ui/src/pages/Toolkit/components/ToolCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const StyledRoot = styled.div<{ bgImg: string; isDisabled: boolean; isReadOnly:
background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.4) 100%);
background: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(8px);
border: ${({ theme }) => theme.body.border};
border-radius: 16px;
background-image: ${p =>
p.bgImg &&
Expand Down

0 comments on commit 4123ea3

Please sign in to comment.