@bifrostui/styles 2.0.0-beta.11 → 2.0.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +2 -2
- package/package.json +1 -1
- package/theme/pioneer-light.less +2 -2
package/dist/index.css
CHANGED
|
@@ -349,11 +349,11 @@ xhs-page,
|
|
|
349
349
|
}
|
|
350
350
|
.bui-pioneer-light .bui-btn-medium,
|
|
351
351
|
[data-color-mode][data-theme='pioneer'] .bui-btn-medium {
|
|
352
|
-
--bui-btn-border-radius: var(--bui-
|
|
352
|
+
--bui-btn-border-radius: var(--bui-radius-3);
|
|
353
353
|
}
|
|
354
354
|
.bui-pioneer-light .bui-btn-small,
|
|
355
355
|
[data-color-mode][data-theme='pioneer'] .bui-btn-small {
|
|
356
|
-
--bui-btn-border-radius: var(--bui-
|
|
356
|
+
--bui-btn-border-radius: var(--bui-radius-3);
|
|
357
357
|
}
|
|
358
358
|
.bui-pioneer-light .bui-tabs,
|
|
359
359
|
[data-color-mode][data-theme='pioneer'] .bui-tabs {
|
package/package.json
CHANGED
package/theme/pioneer-light.less
CHANGED
|
@@ -135,11 +135,11 @@
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.bui-btn-medium {
|
|
138
|
-
--bui-btn-border-radius: var(--bui-
|
|
138
|
+
--bui-btn-border-radius: var(--bui-radius-3);
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
.bui-btn-small {
|
|
142
|
-
--bui-btn-border-radius: var(--bui-
|
|
142
|
+
--bui-btn-border-radius: var(--bui-radius-3);
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.bui-tabs {
|