fix: use ems with icon sizes

main
Josue 4 years ago committed by Tsu-ba-me
parent 7209d47aa2
commit 5aa9873f44
  1. 4
      striker-ui/lib/consts/ICONS.ts

@ -34,6 +34,6 @@ export const ICONS = [
]; ];
export const ICON_SIZE = { export const ICON_SIZE = {
width: 40, width: '40em',
height: 40, height: '40em',
}; };

Loading…
Cancel
Save