@vectara/vectara-ui 20.3.0 → 20.3.1

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.
@@ -60,7 +60,7 @@ $tableResponsiveBreakpointSmall: 500px;
60
60
  }
61
61
 
62
62
  & > tbody > .vuiTableRow-isActive {
63
- background-color: var(--vui-color-primary-background);
63
+ background-color: var(--vui-color-light-shade);
64
64
  }
65
65
 
66
66
  & > thead > tr > th {
@@ -5855,7 +5855,7 @@ h2.react-datepicker__current-month {
5855
5855
  justify-content: flex-start;
5856
5856
  }
5857
5857
  .vuiTable > tbody > .vuiTableRow-isActive {
5858
- background-color: var(--vui-color-primary-background);
5858
+ background-color: var(--vui-color-light-shade);
5859
5859
  }
5860
5860
  .vuiTable > thead > tr > th {
5861
5861
  font-size: 14px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectara/vectara-ui",
3
- "version": "20.3.0",
3
+ "version": "20.3.1",
4
4
  "homepage": "./",
5
5
  "description": "Vectara's design system, codified as a React and Sass component library",
6
6
  "author": "Vectara",