Skip to content

Commit

Permalink
Cambio SelectList: update font size
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed Mar 19, 2024
1 parent bbd6e30 commit 13aaa29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/breezy-roses-rhyme.md
@@ -0,0 +1,5 @@
---
"@cambly/syntax-core": minor
---

Cambio SelectList: update font size
2 changes: 1 addition & 1 deletion packages/syntax-core/src/SelectList/SelectList.module.css
Expand Up @@ -42,7 +42,7 @@
border: 1px solid var(--color-cambio-gray-370);
border-radius: 8px;
box-sizing: border-box;
font-size: 14px;
font-size: 16px;
height: 48px;
padding: 12px 36px 12px 12px;
}
Expand Down

0 comments on commit 13aaa29

Please sign in to comment.