@agorapulse/ui-theme 20.1.13 → 20.1.14

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.
@@ -10,6 +10,7 @@ $cell-height-small: 40px;
10
10
  // ============================================================================
11
11
 
12
12
  .ap-table {
13
+ width: 100%;
13
14
  overflow-x: auto;
14
15
  font-family: Averta;
15
16
  border-radius: var(--ref-border-radius-md);
@@ -130,7 +131,7 @@ $cell-height-small: 40px;
130
131
  color: var(--ref-color-grey-100);
131
132
  border: none;
132
133
  border-bottom: 1px solid var(--ref-color-grey-10);
133
- background-color: transparent;
134
+ background-color: var(--ref-color-white);
134
135
  position: sticky;
135
136
  top: 0;
136
137
  z-index: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "20.1.13",
3
+ "version": "20.1.14",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",