fix global .icon for action_button
This commit is contained in:
parent
9d38684b10
commit
7dfdea4393
@ -88,7 +88,7 @@ a.entry
|
||||
.button_wrapper{
|
||||
display: none;
|
||||
}
|
||||
:global(svg.icon){
|
||||
:global(svg.symbol){
|
||||
height: 3.5rem;
|
||||
width: 3.5rem;
|
||||
border-radius: 10000px;
|
||||
|
@ -13,7 +13,7 @@
|
||||
--icon_fill: var(--red);
|
||||
}
|
||||
</style>
|
||||
<svg class=icon
|
||||
<svg class=symbol
|
||||
width="165.32942mm"
|
||||
height="165.32944mm"
|
||||
viewBox="0 0 165.32942 165.32945"
|
||||
|
Loading…
Reference in New Issue
Block a user