feat(icons): convert png to svg and add icons to ai providers page

This commit is contained in:
dp
2025-12-25 20:48:12 +08:00
parent 39847fa56d
commit 9dd37245bd
16 changed files with 93 additions and 12 deletions

View File

@@ -5,6 +5,17 @@
width: 100%;
}
.cardTitle {
display: flex;
align-items: center;
gap: $spacing-sm;
}
.cardTitleIcon {
width: 24px;
height: 24px;
}
.pageTitle {
font-size: 28px;
font-weight: 700;