@popmenu/dashboard
Advanced tools
Comparing version 0.46.0 to 0.47.0
@@ -374,3 +374,3 @@ import * as React from 'react'; | ||
var variant = props.variant, severity = props.severity; | ||
var background; | ||
var background = theme.palette.grey[100]; | ||
var backgrounds = { | ||
@@ -444,2 +444,5 @@ outlined: 'none', | ||
}, | ||
deleteIcon: { | ||
color: theme.palette.grey[500], | ||
}, | ||
}); }); | ||
@@ -446,0 +449,0 @@ |
@@ -419,3 +419,3 @@ 'use strict'; | ||
var variant = props.variant, severity = props.severity; | ||
var background; | ||
var background = theme.palette.grey[100]; | ||
var backgrounds = { | ||
@@ -489,2 +489,5 @@ outlined: 'none', | ||
}, | ||
deleteIcon: { | ||
color: theme.palette.grey[500], | ||
}, | ||
}); }); | ||
@@ -491,0 +494,0 @@ |
{ | ||
"name": "@popmenu/dashboard", | ||
"version": "0.46.0", | ||
"version": "0.47.0", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "author": "Popmenu Design System Team", | ||
"sideEffects": false, | ||
"gitHead": "d916d424974e2b83aa74e38973851fbab2cda638" | ||
"gitHead": "a6eee5eee4880b5278ab49bece98d40d18000f56" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
658854
2150