Skip to content

Commit

Permalink
All objects have same border
Browse files Browse the repository at this point in the history
  • Loading branch information
itexpert120 committed Jan 3, 2024
1 parent e507a51 commit 2fadce6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/builddao/widget/section/goals.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,8 @@ const GridItem = ({ tag, title, description, image, isFirst }) => {
${isFirst && "flex-direction: row-reverse;"}
border-radius: 16px;
border: 1px solid var(--Stroke-color, rgba(255, 255, 255, 0.2));
background: var(--bg-2, #23242b);
${isFirst && "border: 1px solid #51FFEA;"}
border: 1px solid #51ffea;
div {
flex: 0 1 auto;
Expand Down

0 comments on commit 2fadce6

Please sign in to comment.