Fixed colors in visits table

This commit is contained in:
Alejandro Celaya 2020-12-12 11:11:36 +01:00
parent 1e460d3ef7
commit bc82e7e7fd
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
.visits-table {
margin: 1.5rem 0 0;
position: relative;
background-color: white;
}
.visits-table__header-cell {

View file

@ -95,7 +95,7 @@ const VisitsTable = ({
}, [ searchTerm ]);
return (
<table className="table table-striped table-bordered table-hover table-sm table-responsive-sm visits-table">
<table className="table table-bordered table-hover table-sm table-responsive-sm visits-table">
<thead className="visits-table__header">
<tr>
<th