@onemrvapublic/design-system-theme 18.2.13-develop.1 → 18.2.13-develop.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.
@@ -122,7 +122,7 @@
122
122
 
123
123
  tbody {
124
124
  tr {
125
- &:nth-child(even) {
125
+ &:nth-child(odd) {
126
126
  background-color: µ.primary($theme, 50);
127
127
  a {
128
128
  color: µ.primary($theme, 700);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v18.2.13-develop.1",
3
+ "version": "v18.2.13-develop.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },