@vectara/vectara-ui 20.3.2 → 20.3.3
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.
|
@@ -128,7 +128,7 @@ $tableResponsiveBreakpointSmall: 500px;
|
|
|
128
128
|
padding-bottom: $sizeM;
|
|
129
129
|
border: none;
|
|
130
130
|
border-radius: $sizeXs;
|
|
131
|
-
|
|
131
|
+
border: 1px solid var(--vui-color-border-light);
|
|
132
132
|
margin-bottom: $sizeS;
|
|
133
133
|
|
|
134
134
|
&.vuiTableRow--expanded {
|
package/lib/styles/index.css
CHANGED
|
@@ -5909,7 +5909,7 @@ h2.react-datepicker__current-month {
|
|
|
5909
5909
|
padding-bottom: 16px;
|
|
5910
5910
|
border: none;
|
|
5911
5911
|
border-radius: 8px;
|
|
5912
|
-
|
|
5912
|
+
border: 1px solid var(--vui-color-border-light);
|
|
5913
5913
|
margin-bottom: 12px;
|
|
5914
5914
|
}
|
|
5915
5915
|
.vuiTable--responsive > tbody > tr:not(.vuiTableRowExpandedContent).vuiTableRow--expanded {
|