@rufous/ui 0.2.76 → 0.2.77

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.
Files changed (2) hide show
  1. package/dist/main.css +5 -0
  2. package/package.json +1 -1
package/dist/main.css CHANGED
@@ -595,6 +595,11 @@
595
595
  .dg-row-action-btn:hover {
596
596
  background: var(--hover-color);
597
597
  }
598
+ .dg-row-action-btn svg,
599
+ .dg-row-action-btn img {
600
+ width: 18px;
601
+ height: 18px;
602
+ }
598
603
  .dg-pagination {
599
604
  padding: 16px 24px;
600
605
  border-top: 1px solid var(--border-color);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rufous/ui",
3
3
  "private": false,
4
- "version": "0.2.76",
4
+ "version": "0.2.77",
5
5
  "type": "module",
6
6
  "description": "Experimental: A lightweight React UI component library (Beta)",
7
7
  "style": "./dist/main.css",