ASC.Web.Components: filter-input: sort-combobox: added fontWeight to RadioButtonGroup

This commit is contained in:
Andrey Savihin 2019-12-27 15:14:30 +03:00
parent beaaeb08ad
commit 19c0f0047d

View File

@ -98,6 +98,7 @@ class SortComboBox extends React.Component {
spacing='0px'
name={'direction'}
options={sortDirectionArray}
fontWeight ={600}
/>
</DropDownItem>
<DropDownItem isSeparator />
@ -110,6 +111,7 @@ class SortComboBox extends React.Component {
spacing='0px'
name={'sort'}
options={sortArray}
fontWeight ={600}
/>
</DropDownItem>
</>