Skip to content

Commit

Permalink
WSTEAM1-1059: Update (#11675)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Moore <aaron.moore@bbc.co.uk>
  • Loading branch information
shayneahchoon and amoore108 committed May 28, 2024
1 parent 44bb059 commit 853cf26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default {
}),
tickIcon: ({ spacings, mq }: Theme) =>
css({
height: '4rem',
marginRight: `${spacings.FULL}rem`,
[mq.HIGH_CONTRAST]: {
path: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const TickSvg = ({ className }: { className?: string }) => (
xmlns="http://www.w3.org/2000/svg"
focusable="false"
aria-hidden="true"
width="4rem"
height="4rem"
>
<path
fill="#83d43c"
Expand Down

0 comments on commit 853cf26

Please sign in to comment.