Skip to content

Commit

Permalink
Removed green color
Browse files Browse the repository at this point in the history
  • Loading branch information
AceHunterr committed Dec 29, 2024
1 parent 7d5e81c commit fd34b66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function addOnEntry({
<>
<Card
data-testid="AddOnEntry"
style={{ border: 'var(--primary-border-green)', borderRadius: '10px' }}
style={{ border: 'var(--primary-border-solid)', borderRadius: '10px' }}
>
<Card.Body>
<Card.Title style={{ fontWeight: '800' }}>{title}</Card.Title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function EventAttendance(): JSX.Element {
maxHeight: '170px',
overflowY: 'scroll',
scrollbarColor: 'white',
border: 'var(--primary-border-green)',
border: 'var(--primary-border-solid)',
borderRadius: '6px',
boxShadow: '0 0 5px rgba(0,0,0,0.1)',
},
Expand Down
2 changes: 1 addition & 1 deletion src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
--input-area-color: #f1f3f6;
--date-picker-background: #f2f2f2;
--grey-bg-color-dark: #707070;
--primary-border-green: 1px solid #31bb6b;
--primary-border-solid: 1px solid var(--dropdown-border-color);
}
.fonts {
color: #707070;
Expand Down

0 comments on commit fd34b66

Please sign in to comment.