Skip to content

Commit

Permalink
MM-22921 - Fixing zoom plugin button styles (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaadmahmood authored Sep 27, 2023
1 parent 07852e0 commit a4ae4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions webapp/src/components/post_type_zoom/post_type_zoom.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default class PostTypeZoom extends React.PureComponent {
}
content = (
<a
className='btn btn-lg btn-primary'
className='btn btn-primary'
style={style.button}
rel='noopener noreferrer'
target='_blank'
Expand Down Expand Up @@ -163,7 +163,7 @@ export default class PostTypeZoom extends React.PureComponent {
<div>
<div>
<a
className='btn btn-lg btn-primary'
className='btn btn-primary'
style={style.button}
rel='noopener noreferrer'
onClick={() => this.props.actions.startMeeting(this.props.currentChannelId, true, props.meeting_topic)}
Expand All @@ -173,7 +173,7 @@ export default class PostTypeZoom extends React.PureComponent {
</div>
<div>
<a
className='btn btn-lg btn-primary'
className='btn btn-primary'
style={style.button}
rel='noopener noreferrer'
target='_blank'
Expand Down Expand Up @@ -233,17 +233,9 @@ const getStyle = makeStyleFromTheme((theme) => {
fontWeight: '600',
},
button: {
fontFamily: 'Open Sans',
fontSize: '12px',
fontWeight: 'bold',
letterSpacing: '1px',
lineHeight: '19px',
marginTop: '12px',
borderRadius: '4px',
color: theme.buttonColor,
},
buttonIcon: {
paddingRight: '8px',
fill: theme.buttonColor,
},
summary: {
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/constants/svgs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4ae4ae

Please sign in to comment.