@djb25/digit-ui-css 1.0.39 → 1.0.40
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/dist/index.css +1 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/card.scss +2 -2
package/package.json
CHANGED
package/src/components/card.scss
CHANGED
|
@@ -846,7 +846,7 @@
|
|
|
846
846
|
}
|
|
847
847
|
|
|
848
848
|
.sidebar-item.active {
|
|
849
|
-
background-color: #
|
|
849
|
+
background-color: #667eea;
|
|
850
850
|
color: #ffffff;
|
|
851
851
|
box-shadow: 0 4px 6px rgba(0, 173, 239, 0.2);
|
|
852
852
|
padding: 6px;
|
|
@@ -1050,7 +1050,7 @@
|
|
|
1050
1050
|
}
|
|
1051
1051
|
|
|
1052
1052
|
.sidebar-item.active {
|
|
1053
|
-
background-color: #
|
|
1053
|
+
background-color: #667eea;
|
|
1054
1054
|
color: #ffffff;
|
|
1055
1055
|
box-shadow: 0 4px 6px rgba(0, 173, 239, 0.2);
|
|
1056
1056
|
}
|