Skip to content

Commit 662b817

Browse files
authored
chore: update fonts to apply correct font-weights (#1209)
1 parent b6f287b commit 662b817

File tree

9 files changed

+378
-221
lines changed

9 files changed

+378
-221
lines changed

package-lock.json

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"dependencies": {
2222
"@bundled-es-modules/memfs": "^4.9.4",
2323
"@craftjs/core": "^0.2.11",
24-
"@db-ux/db-theme": "1.0.2",
25-
"@db-ux/react-core-components": "1.0.0",
24+
"@db-ux/db-theme": "2.0.0",
25+
"@db-ux/react-core-components": "2.0.0",
2626
"@redux-devtools/extension": "^3.3.0",
2727
"@tiptap/extension-color": "^2.11.5",
2828
"@tiptap/extension-text-style": "^2.10.3",

src/components/Customization/Settings/ColorSelection/ColorPicker/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
background-color: var(--db-current-origin-color);
2525
border-radius: variables.$db-border-radius-full;
2626
/* TODO: rename to border-width */
27-
border: variables.$db-border-height-3xs solid
27+
border: variables.$db-border-width-3xs solid
2828
colors.$db-adaptive-on-bg-basic-emphasis-60-default;
2929
}
3030

0 commit comments

Comments
 (0)