Skip to content

Commit 515c2de

Browse files
authored
fix(theme): synchronise design tokens (#5349)
1 parent faaccb7 commit 515c2de

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/themes/public/style/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,5 +713,5 @@
713713
--breakpoint-small: 1080px;
714714
--breakpoint-xlarge: 1800px;
715715
--breakpoint-xsmall: 720px;
716-
--breakpoint-xxsmall: 0px;
716+
--breakpoint-xxsmall: 320px;
717717
}

packages/themes/public/style/darker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,5 +713,5 @@
713713
--breakpoint-small: 1080px;
714714
--breakpoint-xlarge: 1800px;
715715
--breakpoint-xsmall: 720px;
716-
--breakpoint-xxsmall: 0px;
716+
--breakpoint-xxsmall: 320px;
717717
}

packages/themes/public/style/light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,5 +713,5 @@
713713
--breakpoint-small: 1080px;
714714
--breakpoint-xlarge: 1800px;
715715
--breakpoint-xsmall: 720px;
716-
--breakpoint-xxsmall: 0px;
716+
--breakpoint-xxsmall: 320px;
717717
}

packages/themes/src/themes/console/dark/__generated__/index.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/themes/src/themes/console/darker/__generated__/index.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/themes/src/themes/console/light/__generated__/index.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)