Skip to content

Commit 94212fa

Browse files
authored
fix: corrected those CSS path leftovers (#4986)
1 parent c4a7411 commit 94212fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/components/src/components/custom-select-dropdown/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>DBCustomSelectDropdown</title>
6-
<link rel="stylesheet" href="/styles/db-ui-42.css" />
6+
<link rel="stylesheet" href="/styles/relative.css" />
77
</head>
88
<body style="padding: var(--db-spacing-fixed-md)">
99
<div class="db-custom-select-dropdown">Test</div>

packages/components/src/components/custom-select-form-field/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>DBCustomSelectFormField</title>
6-
<link rel="stylesheet" href="/styles/db-ui-42.css" />
6+
<link rel="stylesheet" href="/styles/relative.css" />
77
</head>
88
<body style="padding: var(--db-spacing-fixed-md)">
99
<div class="db-custom-select-form-field">Test</div>

packages/components/src/components/custom-select/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>DBCustomSelect</title>
6-
<link rel="stylesheet" href="/styles/db-ui-42.css" />
6+
<link rel="stylesheet" href="/styles/relative.css" />
77
</head>
88
<body style="padding: var(--db-spacing-fixed-md)">
99
<div class="db-custom-select">Test</div>

0 commit comments

Comments
 (0)