mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
Change stats icon
This commit is contained in:
parent
c1e71907ed
commit
fe2e75bb41
@ -242,7 +242,7 @@ const Stats = (obj) => {
|
|||||||
boxShadow: 'inset 3px 3px 12px 2px rgba(62, 62, 104, 0.05)'
|
boxShadow: 'inset 3px 3px 12px 2px rgba(62, 62, 104, 0.05)'
|
||||||
},
|
},
|
||||||
icon: {
|
icon: {
|
||||||
padding: '0.2em', margin: '0.2em',
|
padding: '0.2em', margin: '0.2em', color: 'rgba(218, 218, 218, 0.9)',
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
padding: 0, alignItems: 'stretch', width: '100%', height: '100%',
|
padding: 0, alignItems: 'stretch', width: '100%', height: '100%',
|
||||||
@ -299,7 +299,6 @@ const Stats = (obj) => {
|
|||||||
return (
|
return (
|
||||||
<Accordion.Item
|
<Accordion.Item
|
||||||
label={title}
|
label={title}
|
||||||
icon={"🔄"}
|
|
||||||
className="stroke"
|
className="stroke"
|
||||||
style={{ width: '100%', alignItems: 'stretch' }}
|
style={{ width: '100%', alignItems: 'stretch' }}
|
||||||
key={"accord" + i + data.year + "-" + data.month + "-" + data.total}>
|
key={"accord" + i + data.year + "-" + data.month + "-" + data.total}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user