11 lines
195 B
CSS
11 lines
195 B
CSS
[data-slot="morph-chevron-svg"] {
|
|
width: 16px;
|
|
height: 16px;
|
|
display: block;
|
|
fill: none;
|
|
stroke-width: 1.5;
|
|
stroke: currentcolor;
|
|
stroke-linecap: round;
|
|
stroke-linejoin: round;
|
|
}
|