@appscode/design-system 2.0.36 → 2.0.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.36",
3
+ "version": "2.0.37",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -209,7 +209,7 @@ export default {
209
209
 
210
210
  .counting-page,
211
211
  .pagination-filter {
212
- color: $primary-30;
212
+ color: $color-text;
213
213
  font-size: 12px;
214
214
  span {
215
215
  font-weight: 500;
@@ -211,7 +211,7 @@ watch(
211
211
 
212
212
  .counting-page,
213
213
  .pagination-filter {
214
- color: $primary-30;
214
+ color: $color-text;
215
215
  font-size: 12px;
216
216
 
217
217
  span {