Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilK-027 committed Jan 6, 2025
1 parent 8b68fec commit e731129
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ $advance_rejected_color: #d50000;

&--list-icon {
width: 16px;
height: 16px;
padding-top: 2px;
color: $black-light;
}

&--purpose {
Expand Down
4 changes: 2 additions & 2 deletions src/app/fyle/my-create-report/my-create-report.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
&--title {
font-size: 18px;
font-weight: 500;
line-height: 27px;
line-height: 28px;
}

&--sub-title {
Expand All @@ -36,7 +36,7 @@

&--amount {
font-size: 12px;
margin-top: 4px;
margin-top: 2px;
font-weight: 400;
color: $blue-black;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ $reports_sent_back_color: #da1e28;
&--list-icon {
width: 16px;
height: 16px;
color: $black-light;
}

&--currency-amount-container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $advance_rejected_color: #d50000;
width: 16px;
height: 16px;
padding-top: 2px;
color: $black-light;
}

&--purpose {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
width: 16px;
height: 16px;
padding-top: 2px;
color: $black-light;
}

&--vendor-amount-container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
width: 16px;
height: 16px;
padding-top: 2px;
color: $black-light;
}

&--icon-policy-violation {
Expand Down
28 changes: 18 additions & 10 deletions src/assets/svg/list-new.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e731129

Please sign in to comment.