Skip to content

Commit

Permalink
feat(design-system): add 2xs and 3xs container query breakpoints to t…
Browse files Browse the repository at this point in the history
…heme
  • Loading branch information
telestrial committed Feb 6, 2025
1 parent ef647e5 commit 62bf34d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-crabs-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@siafoundation/design-system': minor
---

Extended theme to support 2xs and 3xs container query breakpoints.
4 changes: 4 additions & 0 deletions libs/design-system/src/style/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ module.exports = {
3: '3px',
},
colors,
containers: {
'2xs': '18rem',
'3xs': '16rem',
},
boxShadow: {
border: 'inset 0 0 0 1px rgba(0, 0, 0, 0.3)',
'border-2': 'inset 0 0 0 2px rgba(0, 0, 0, 0.3)',
Expand Down

0 comments on commit 62bf34d

Please sign in to comment.