Skip to content

Commit df4f3cd

Browse files
committed
style: reduce color emphasis for entry chips
1 parent b16c4d5 commit df4f3cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/components/ChangelogList/_internal/ComponentList.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const ComponentList: React.FC<Props> = ({
1919
sx={{
2020
display: 'flex',
2121
flexDirection: 'column',
22-
gap: 6,
22+
gap: 3,
2323
}}
2424
>
2525
{changelogs.map((changelog, index) => (
@@ -79,6 +79,7 @@ const ComponentList: React.FC<Props> = ({
7979
sx={{
8080
color: typeColorResolver(entry.changeType),
8181
}}
82+
variant={'outlined'}
8283
>
8384
{changeTypeMapper[entry.changeType]}
8485
</Chip>

0 commit comments

Comments
 (0)