Skip to content

Commit

Permalink
fix: apply popup styles on smaller screens [LW-12311]
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikGuzei committed Feb 14, 2025
1 parent a57cc23 commit a045b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/design-tokens/sx.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { vars } from './theme';

const responsiveProperties = defineProperties({
conditions: {
popupScreen: { '@media': 'screen and (min-width: 360px)' },
popupScreen: { '@media': 'screen and (min-width: 0px)' },
minimumScreen: { '@media': 'screen and (min-width: 668px)' },
xSmallScreen: { '@media': 'screen and (min-width: 1024px)' },
smallScreen: { '@media': 'screen and (min-width: 1280px)' },
Expand Down

0 comments on commit a045b32

Please sign in to comment.