[FIX] Label's disabled color on Create New Modal (#21975)

pull/21685/head^2
Douglas Fabris 5 years ago committed by GitHub
parent ddca589157
commit b1ccf2a17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      client/sidebar/header/CreateChannel.js

@ -120,7 +120,7 @@ const CreateChannel = ({
/>
</Box>
</Field>
<Field mbe='x24' disabled={values.broadcast}>
<Field mbe='x24'>
<Box display='flex' justifyContent='space-between' alignItems='start'>
<Box display='flex' flexDirection='column'>
<Field.Label>{t('Read_only')}</Field.Label>
@ -135,7 +135,7 @@ const CreateChannel = ({
/>
</Box>
</Field>
<Field disabled={e2edisabled} mbe='x24'>
<Field mbe='x24'>
<Box display='flex' justifyContent='space-between' alignItems='start'>
<Box display='flex' flexDirection='column'>
<Field.Label>{t('Encrypted')}</Field.Label>

Loading…
Cancel
Save