mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 14:44:58 +08:00
Styling
This commit is contained in:
parent
a3c6dd36ef
commit
351bbdfd4e
@ -366,10 +366,10 @@ export default class MessageComposer extends React.Component {
|
||||
<div
|
||||
className='mx_PopoverOuterContainer'
|
||||
style={{
|
||||
backgroundColor: '#76CFA6', // '#d3efe1',
|
||||
backgroundColor: '#FFF',
|
||||
opacity: 0.7,
|
||||
overflow: 'hidden',
|
||||
// border: '1px solid #666',
|
||||
border: '1px solid #76CFA6',
|
||||
}}
|
||||
>
|
||||
{ this.state.stickersContent }
|
||||
|
Loading…
Reference in New Issue
Block a user