bunch of refactor and styling changes, coming along nicely
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@import 'src/views/styles/base.module.scss';
|
||||
|
||||
.rowButton {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.selectedRow {
|
||||
* {
|
||||
background: $burnt_orange !important;
|
||||
|
||||
@@ -40,7 +40,7 @@ export default function TableRow({ row, isSelected, onClick }: Props): JSX.Eleme
|
||||
}
|
||||
|
||||
return ReactDOM.createPortal(
|
||||
<Button onClick={onClick} type='secondary'>
|
||||
<Button className={styles.rowButton} onClick={onClick} type='secondary'>
|
||||
<Icon name='bar_chart' color='white' size='medium' />
|
||||
</Button>,
|
||||
container
|
||||
|
||||
Reference in New Issue
Block a user