fix(striker-ui): make cursor easier to understand in sensitive text

main
Tsu-ba-me 9 months ago
parent 76703d5f30
commit dcde1f9051
  1. 2
      striker-ui/components/Text/SensitiveText.tsx

@ -10,12 +10,14 @@ const BaseStyle = styled(Box)({
backgroundColor: EERIE_BLACK,
borderRadius: BORDER_RADIUS,
color: EERIE_BLACK,
cursor: 'pointer',
display: 'inline-flex',
padding: '0 .6em',
width: 'fit-content',
':focus': {
color: 'unset',
cursor: 'text',
},
});

Loading…
Cancel
Save