Skip to content

Commit

Permalink
fix: removed margin and added danger color (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinan029 authored May 30, 2024
1 parent 0e6de58 commit f8c8ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const InviteModalBudgetCard = ({

const { available, utilized, limit } = budgetTotalSummary;
return (
<Card className="budget-overview-card m-3">
<Card className="budget-overview-card">
<Card.Section>
<Row>
<Col lg={5}>
Expand Down
2 changes: 1 addition & 1 deletion src/components/learner-credit-management/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

.assignment-modal-summary-card,
.assignment-modal-total-assignment-cost-card
.assignment-modal-total-assignment-cost-card,
.invite-modal-summary-card {
&.invalid {
background-color: $danger-100;
Expand Down

0 comments on commit f8c8ec3

Please sign in to comment.