chore: update icon weight

This commit is contained in:
Cory Dransfeldt 2023-07-17 12:04:44 -07:00
parent dc1971eeac
commit f485820315
No known key found for this signature in database
3 changed files with 8 additions and 4 deletions

View file

@ -99,6 +99,10 @@ pre {
background: theme(colors.purple.500);
}
[data-tablericon-name] {
stroke-width: 1.25;
}
.link--icon svg {
color: theme(colors.gray.700)
}