We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53efd95 commit ecc459fCopy full SHA for ecc459f
src/components/Common/UI/List/List.module.scss
@@ -12,12 +12,12 @@
12
list-style-type: disc;
13
display: flex;
14
flex-direction: column;
15
- gap: toRem(12);
16
padding: 0 0 0 toRem(24);
17
}
18
19
.item {
20
- margin-bottom: toRem(8);
+ margin-bottom: toRem(2);
+ color: var(--g-colorBodySubContent);
21
22
&:last-child {
23
margin-bottom: 0;
0 commit comments