Skip to content

Commit

Permalink
Glow icons for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Suresh committed Jan 25, 2017
1 parent 623089d commit 63098ca
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions reactJS/app/components/EventPageComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let styles = {
formLabel2: {
text: 'bold',
fontSize: '21.5px',
color: blue500
color: '#000'
},
formLabel3: {
text: 'bold',
Expand All @@ -79,9 +79,6 @@ let styles = {
paperStyle: {
width: '50%'
},
icon: {
marginRight: 24
},
block: {
maxWidth: 100,
marginBottom: 16
Expand Down Expand Up @@ -776,30 +773,15 @@ class EventPageComponent extends Component {

<RadioButton className='col-xs-4' style={{}} value='free' label='Free' checkedIcon={< FontIcon className = 'material-icons' color = {
green500
}
style = {
styles.icon
} > panorama_fish_eye < /FontIcon>} uncheckedIcon={< FontIcon className = 'material-icons' style = {
styles.icon
} > panorama_fish_eye < /FontIcon>}/>
} style={styles.selected_circle} > panorama_fish_eye < /FontIcon>} uncheckedIcon={< FontIcon className = 'material-icons' > panorama_fish_eye < /FontIcon>}/>

<RadioButton className='col-xs-4' style={{}} value='maybe' label='Maybe' checkedIcon={< FontIcon className = 'material-icons' color = {
yellow800
}
style = {
styles.icon
} > change_history < /FontIcon>} uncheckedIcon={< FontIcon className = 'material-icons' style = {
styles.icon
} > change_history < /FontIcon>}/>
} style={styles.selected_triangle} > change_history < /FontIcon>} uncheckedIcon={< FontIcon className = 'material-icons' > change_history < /FontIcon>}/>

<RadioButton className='col-xs-4' style={{}} value='busy' label='Busy' checkedIcon={< FontIcon className = 'material-icons' color = {
red500
}
style = {
styles.icon
} > clear < /FontIcon>} uncheckedIcon={< FontIcon className = 'material-icons' style = {
styles.icon
} > clear < /FontIcon>}/>
} style={styles.selected_cross} > clear < /FontIcon>} uncheckedIcon={< FontIcon className = 'material-icons' > clear < /FontIcon>}/>

</RadioButtonGroup>
</div>
Expand Down Expand Up @@ -1070,6 +1052,7 @@ class EventPageComponent extends Component {
</div>
<br></br>
{this.renderLocation()}
<br></br>
<div className='row center-xs'>
<label style={styles.formLabel3}> {this.props.languageJson.numberOfPeopleLabel} </label>
<label style={styles.formLabel2}> {" "+this.props.eventObj.attendees.length} </label>
Expand Down

0 comments on commit 63098ca

Please sign in to comment.