@kodaris/krubble-components 1.0.59 → 1.0.60
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/krubble-components.bundled.js +1 -1
- package/dist/krubble-components.bundled.js.map +1 -1
- package/dist/krubble-components.bundled.min.js +1 -1
- package/dist/krubble-components.bundled.min.js.map +1 -1
- package/dist/krubble-components.umd.js +1 -1
- package/dist/krubble-components.umd.js.map +1 -1
- package/dist/krubble-components.umd.min.js +1 -1
- package/dist/krubble-components.umd.min.js.map +1 -1
- package/dist/table/table.js +1 -1
- package/package.json +1 -1
|
@@ -6041,7 +6041,7 @@ KRTable.styles = [krBaseCSS, i$5 `
|
|
|
6041
6041
|
display: flex;
|
|
6042
6042
|
align-items: center;
|
|
6043
6043
|
background: #fff;
|
|
6044
|
-
border-bottom: 1px solid #
|
|
6044
|
+
border-bottom: 1px solid #d1d5db;
|
|
6045
6045
|
border-right: 1px solid #e5e7ebba;
|
|
6046
6046
|
box-sizing: border-box;
|
|
6047
6047
|
box-shadow: inset 0 0 0 0 #163052;
|