Changed style
-border
This commit is contained in:
parent
8be0453b58
commit
cc6d9a9d41
@ -27,6 +27,7 @@ const TimeSlots = (props) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
dataField: "today",
|
dataField: "today",
|
||||||
|
id: today,
|
||||||
text: "TODAY",
|
text: "TODAY",
|
||||||
style: { backgroundColor: "#9e9e9e" },
|
style: { backgroundColor: "#9e9e9e" },
|
||||||
},
|
},
|
||||||
@ -60,7 +61,6 @@ const TimeSlots = (props) => {
|
|||||||
<BootstrapTable
|
<BootstrapTable
|
||||||
{...props.baseProps}
|
{...props.baseProps}
|
||||||
bootstrap4={true}
|
bootstrap4={true}
|
||||||
bordered={false}
|
|
||||||
loading={true}
|
loading={true}
|
||||||
striped
|
striped
|
||||||
bordered
|
bordered
|
||||||
|
|||||||
Reference in New Issue
Block a user