fix border color

This commit is contained in:
John Mitchell
2019-02-12 09:05:22 -05:00
parent 680d153a14
commit c67088628f
4 changed files with 5 additions and 5 deletions

View File

@@ -19,8 +19,8 @@ import Pagination from '../Pagination';
const paginationStyling = {
paddingLeft: '0',
justifyContent: 'flex-end',
borderRight: '1px solid #d1d1d1',
borderBottom: '1px solid #d1d1d1',
borderRight: '1px solid #ebebeb',
borderBottom: '1px solid #ebebeb',
borderTop: '0'
};