mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
2e11458d29
* 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.scss
9 lines
132 B
SCSS
9 lines
132 B
SCSS
.transaction-icon {
|
|
&__grey-circle {
|
|
height: 28px;
|
|
width: 28px;
|
|
border-radius: 14px;
|
|
background: $Grey-100;
|
|
}
|
|
}
|