@keenmate/pure-admin-core 2.1.0 → 2.2.0

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.
@@ -105,7 +105,7 @@ body.pa-layout--sticky .pa-layout__sidebar {
105
105
  }
106
106
 
107
107
  &--active {
108
- color: var(--pa-sidebar-text);
108
+ color: var(--pa-accent);
109
109
  background-color: var(--pa-accent-hover);
110
110
  border-inline-end-color: var(--pa-accent); // RTL: flips to border-left-color
111
111
  font-weight: $font-weight-semibold;
@@ -136,7 +136,7 @@ body.pa-layout--sticky .pa-layout__sidebar {
136
136
  }
137
137
 
138
138
  &--active {
139
- color: var(--pa-sidebar-text);
139
+ color: var(--pa-accent);
140
140
  background-color: var(--pa-accent-hover);
141
141
  }
142
142
  }