Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into max/feedback
  • Loading branch information
maximun85 committed Sep 11, 2024
2 parents 962e558 + 9c08455 commit bbc1b37
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const ActiveAddressChainPercent = ({ data = [] }: { data: any }) => {
animationEnabled: true,
exportEnabled: false,
dataPointWidth: 0,
height: 200,
title: {
text: '',
},
legend: {
reversed: true,
verticalAlign: 'center',
horizontalAlign: 'right',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const ActiveAddressChart = ({ data = [] }: { data: any }) => {
],
chart: {
type: 'column',
height: '200px',
},
plotOptions: {
column: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const ActiveAddressPerChain = ({ data = [] }: { data: any }) => {
title: {
text: '',
},
height: 200,
legend: {
reversed: true,
verticalAlign: 'center',
Expand Down
7 changes: 5 additions & 2 deletions src/modules/l2-rollup/AddressesEngagement/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@
background-color: #f5f5f5;
margin: 8px;
border-radius: 100px;
height: 48px;
padding: 4px;
align-items: center;
cursor: pointer;
.btnFilter {
height: 100%;
justify-content: center;
align-items: center;
padding: 0px 12px;
border-radius: 100px;
overflow: hidden;
padding: 6px 8px;
&.btnFilterActive {
background-color: #fff;
p {
Expand All @@ -37,6 +36,7 @@
}
p {
opacity: 0.7;
font-size: 10px;
}
&:hover {
p {
Expand Down Expand Up @@ -79,13 +79,16 @@
width: fit-content;
padding: 4px !important;
border: none;

button {
margin-bottom: 0px !important;
outline: none !important;
outline-offset: 0px !important;
border: none !important;
opacity: 0.7;
border-radius: 100px;
font-size: 10px;
padding: 6px 8px;
&[aria-selected='true'] {
background-color: #fff;
border: none;
Expand Down

0 comments on commit bbc1b37

Please sign in to comment.