Improve type checking and handle incorrect category in transaction-icon component (#11101)
* Improve type checking and handle incorrect category in transaction-icon component * Capture exception for sentry when transaction icon is passed an unrequired category * Rename ui/components/app/transaction-icon/index.scss -> ui/components/app/transaction-icon/transaction-icon.scssfeature/default_network_editable
parent
b8177b22db
commit
2e11458d29
@ -0,0 +1,8 @@ |
||||
.transaction-icon { |
||||
&__grey-circle { |
||||
height: 28px; |
||||
width: 28px; |
||||
border-radius: 14px; |
||||
background: $Grey-100; |
||||
} |
||||
} |
Loading…
Reference in new issue