Skip to content

Commit

Permalink
Shrink Red Cross of Shame and Run Out to their intended size on the m…
Browse files Browse the repository at this point in the history
…ap (after we made the icons bigger recently)

Ref: f4361a4
  • Loading branch information
keithamoss committed Aug 9, 2024
1 parent a411f64 commit 7aa1ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public-redesign/src/features/icons/iconHelpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export const supportingIcons = {
icon: {
raw: Yellow_Minus,
react: createReactSvgIcon(React_Yellow_Minus),
ol: createOLIcon(Yellow_Minus, 2, 40, 40),
ol: createOLIcon(Yellow_Minus, 2, 24, 24),
olDetailed: createOLDetailedIcon(Yellow_Minus),
},
label: 'Sold Out',
Expand All @@ -317,7 +317,7 @@ export const supportingIcons = {
icon: {
raw: Red_Cross,
react: createReactSvgIcon(React_Red_Cross),
ol: createOLIcon(Red_Cross, 1, 40, 40),
ol: createOLIcon(Red_Cross, 1, 24, 24),
olDetailed: createOLDetailedIcon(Red_Cross),
},
label: 'Red Cross of Shame',
Expand Down

0 comments on commit 7aa1ba5

Please sign in to comment.