dce-reactkit 3.0.0-beta.20 → 3.0.0-beta.21
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/cjs/index.js +2 -2
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
- package/src/components/TabBox.tsx +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -872,8 +872,8 @@ const style = `
|
|
|
872
872
|
border-top-right-radius: 0.3rem;
|
|
873
873
|
|
|
874
874
|
/* Add Text Padding */
|
|
875
|
-
padding-left: 0.
|
|
876
|
-
padding-right: 0.
|
|
875
|
+
padding-left: 0.5rem;
|
|
876
|
+
padding-right: 0.5rem;
|
|
877
877
|
|
|
878
878
|
/* Match Background Color of Box */
|
|
879
879
|
background: #fdfdfd;
|
package/dist/esm/index.js
CHANGED
|
@@ -864,8 +864,8 @@ const style = `
|
|
|
864
864
|
border-top-right-radius: 0.3rem;
|
|
865
865
|
|
|
866
866
|
/* Add Text Padding */
|
|
867
|
-
padding-left: 0.
|
|
868
|
-
padding-right: 0.
|
|
867
|
+
padding-left: 0.5rem;
|
|
868
|
+
padding-right: 0.5rem;
|
|
869
869
|
|
|
870
870
|
/* Match Background Color of Box */
|
|
871
871
|
background: #fdfdfd;
|
package/package.json
CHANGED