Use new table and button styles

pull/1544/head
Alex P 2017-05-23 02:38:24 -07:00
parent 654461f172
commit 46946ece66
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ const InfluxTable = ({
</Link>
</div>
<div className="panel-body">
<table className="table v-center margin-bottom-zero">
<table className="table v-center margin-bottom-zero table-highlight">
<thead>
<tr>
<th>Name</th>
@ -131,7 +131,7 @@ const InfluxTable = ({
Connect
</Link>}
<button
className="btn btn-danger btn-xs"
className="btn btn-danger btn-xs btn-square"
onClick={() => handleDeleteSource(s)}
>
<span className="icon trash" />