Changed style

-border
This commit is contained in:
pepper 2021-01-22 23:39:35 -05:00
parent 8be0453b58
commit cc6d9a9d41

View File

@ -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