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