File tree 1 file changed +7
-4
lines changed
site/src/components/EditRolesButton 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const Option: React.FC<{
37
37
onChange ( e . currentTarget . value )
38
38
} }
39
39
/>
40
- < Stack spacing = { 0.5 } >
40
+ < Stack spacing = { 0 } >
41
41
< strong > { name } </ strong >
42
42
< span className = { styles . optionDescription } > { description } </ span >
43
43
</ Stack >
@@ -142,7 +142,7 @@ export const EditRolesButton: FC<EditRolesButtonProps> = ({
142
142
< div className = { styles . footer } >
143
143
< Stack direction = "row" alignItems = "flex-start" >
144
144
< UserIcon className = { styles . userIcon } />
145
- < Stack spacing = { 0.5 } >
145
+ < Stack spacing = { 0 } >
146
146
< strong > { t ( "member" ) } </ strong >
147
147
< span className = { styles . optionDescription } >
148
148
{ t ( "roleDescription.member" ) }
@@ -182,14 +182,15 @@ const useStyles = makeStyles((theme) => ({
182
182
padding : 0 ,
183
183
184
184
"&:disabled" : {
185
- opacity : 0.5 ,
185
+ opacity : 0 ,
186
186
} ,
187
187
} ,
188
188
options : {
189
189
padding : theme . spacing ( 3 ) ,
190
190
} ,
191
191
option : {
192
192
cursor : "pointer" ,
193
+ fontSize : 14 ,
193
194
} ,
194
195
checkbox : {
195
196
padding : 0 ,
@@ -202,13 +203,15 @@ const useStyles = makeStyles((theme) => ({
202
203
} ,
203
204
} ,
204
205
optionDescription : {
205
- fontSize : 12 ,
206
+ fontSize : 13 ,
206
207
color : theme . palette . text . secondary ,
208
+ lineHeight : "160%" ,
207
209
} ,
208
210
footer : {
209
211
padding : theme . spacing ( 3 ) ,
210
212
backgroundColor : theme . palette . background . paper ,
211
213
borderTop : `1px solid ${ theme . palette . divider } ` ,
214
+ fontSize : 14 ,
212
215
} ,
213
216
userIcon : {
214
217
width : theme . spacing ( 2.5 ) , // Same as the checkbox
You can’t perform that action at this time.
0 commit comments