Updated all long style names to be more compact
• Updated: - all long style names to be more compact
This commit is contained in:
@@ -22,7 +22,7 @@ class AutosuggestEmoji extends React.PureComponent {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className={[_s.default, _s.cursorPointer, _s.bgSubtle_onHover, _s.flexRow, _s.py10, _s.alignItemsCenter, _s.px10, _s.borderBottom1PX, _s.borderColorSecondary].join(' ')}>
|
||||
<div className={[_s._, _s.cursorPointer, _s.bgSubtle_onHover, _s.flexRow, _s.py10, _s.aiCenter, _s.px10, _s.borderBottom1PX, _s.borderColorSecondary].join(' ')}>
|
||||
<img className='emojione' src={url} alt={emoji.native || emoji.colons} />
|
||||
<Text className={_s.ml10}>
|
||||
{emoji.colons}
|
||||
|
||||
Reference in New Issue
Block a user