Skip to content

Commit

Permalink
feat: Update Error States for US Pay Monthly and DE LT modals for Acc…
Browse files Browse the repository at this point in the history
…essibility (DTCRCMERC-2260) (#933)

* icon update

* spacing adjustment
  • Loading branch information
erikacolette29 committed May 10, 2023
1 parent 2702978 commit a0470f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/modal/v2/parts/Icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ const Icon = ({ name = '', color, content }) => {
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M10.3074 1.80394L17.5975 14.7642C17.7975 15.1197 17.8369 15.5218 17.7393 15.887C17.6386 16.2635 17.3921 16.6008 17.0255 16.807C16.801 16.9333 16.5478 16.9996 16.2902 16.9996H1.70985C0.881419 16.9996 0.209846 16.328 0.209846 15.4996C0.209846 15.242 0.276189 14.9887 0.402483 14.7642L7.69264 1.80394C7.89219 1.44918 8.21448 1.2069 8.57637 1.10039C8.95102 0.990125 9.36811 1.02537 9.73539 1.23197C9.97483 1.36665 10.1727 1.5645 10.3074 1.80394ZM9 4.9996C8.44771 4.9996 8 5.44731 8 5.9996V9.9996C8 10.5519 8.44771 10.9996 9 10.9996C9.55228 10.9996 10 10.5519 10 9.9996V5.9996C10 5.44731 9.55228 4.9996 9 4.9996ZM10 13.9996C10 14.5519 9.55228 14.9996 9 14.9996C8.44771 14.9996 8 14.5519 8 13.9996C8 13.4473 8.44771 12.9996 9 12.9996C9.55228 12.9996 10 13.4473 10 13.9996Z"
fill="#FF9600"
d="M14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7ZM6.58612 7.98166H7.41296C7.54914 7.98166 7.63669 7.90217 7.64642 7.76305C7.66126 7.40817 7.68064 7.05884 7.7004 6.70263C7.74538 5.89189 7.79233 5.04545 7.79233 4.01681V3.23179C7.79233 3.08273 7.71451 3.00324 7.5686 3.00324H6.43048C6.28457 3.00324 6.20675 3.08273 6.20675 3.23179V4.01681C6.20675 5.04544 6.2537 5.89182 6.29867 6.70256C6.31844 7.05879 6.33781 7.40815 6.35266 7.76305C6.36239 7.90217 6.44994 7.98166 6.58612 7.98166ZM7 11.5C7.55228 11.5 8 11.0523 8 10.5C8 9.94772 7.55228 9.5 7 9.5C6.44772 9.5 6 9.94772 6 10.5C6 11.0523 6.44772 11.5 7 11.5Z"
fill="#E85E00"
/>
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/modal/v2/styles/components/_calculator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}

svg {
margin: 0 0.5rem 0 0;
margin: 0 0.3rem 0 0;
}
}

Expand Down

0 comments on commit a0470f2

Please sign in to comment.