Merge branch 'fix-theme-selector' into 'develop'
Fix theme selector icon placement Closes #1406 See merge request soapbox-pub/soapbox!2412
This commit is contained in:
commit
4c9b2c3a00
|
@ -45,7 +45,7 @@ const ThemeSelector: React.FC<IThemeSelector> = ({ value, onChange }) => {
|
||||||
<Select
|
<Select
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
defaultValue={value}
|
defaultValue={value}
|
||||||
className='pl-10'
|
className='!pl-10'
|
||||||
>
|
>
|
||||||
<option value='system'>{intl.formatMessage(messages.system)}</option>
|
<option value='system'>{intl.formatMessage(messages.system)}</option>
|
||||||
<option value='light'>{intl.formatMessage(messages.light)}</option>
|
<option value='light'>{intl.formatMessage(messages.light)}</option>
|
||||||
|
|
Loading…
Reference in New Issue