@idds/styles 1.0.31 → 1.0.32

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": "@idds/styles",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "Shared CSS styles and colors for INA Digital Design System",
5
5
  "type": "module",
6
6
  "main": "./src/index.css",
@@ -108,6 +108,9 @@
108
108
 
109
109
  .ina-toast__icon {
110
110
  margin-right: var(--ina-spacing-2);
111
+ margin-top: 0;
112
+ margin-bottom: 0;
113
+ color: var(--ina-white);
111
114
  }
112
115
 
113
116
  /* Toast text area */