Skip to content

Commit

Permalink
Colorized modal text
Browse files Browse the repository at this point in the history
Signed-off-by: yash sharma <yashsharma2572@gmail.com>
  • Loading branch information
Yashsharma1911 committed Sep 11, 2023
1 parent 797193f commit ff7a4e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui/components/PromptComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const styles = (theme) => ({
minWidth : 400,
overflowWrap : 'anywhere',
textAlign : 'center',
padding : '5px'
padding : '5px',
color : theme.palette.secondary.text
},
actions : {
display : 'flex',
Expand Down Expand Up @@ -62,7 +63,6 @@ const styles = (theme) => ({
},
checkboxLabelStyle : {
fontSize : "1rem",
color : theme.palette.secondary.lightText
},
checkbox : {
color : theme.palette.secondary.focused,
Expand Down Expand Up @@ -149,6 +149,7 @@ class PromptComponent extends React.Component {
checked={isChecked}
onChange={this.handleCheckboxChange}
className={classes.checkbox}
color="primary"
/>
}
label={
Expand Down

0 comments on commit ff7a4e5

Please sign in to comment.