@kolkrabbi/kol-component 0.12.17 → 0.12.18

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": "@kolkrabbi/kol-component",
3
- "version": "0.12.17",
3
+ "version": "0.12.18",
4
4
  "description": "KOL design-system components — atoms through organisms, emitting canonical kol-* classes. Pairs with @kolkrabbi/kol-theme for styling.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -138,10 +138,7 @@ const ContentFilters = ({
138
138
  <div className="flex items-center gap-6">
139
139
  <h2 className="flex items-center gap-1">
140
140
  {titleIcon && (
141
- <span
142
- className="kol-btn kol-btn-md kol-btn-icon"
143
- style={{ background: 'var(--kol-surface-inverse)', color: 'var(--kol-surface-on-inverse)' }}
144
- >
141
+ <span className="kol-btn kol-btn-secondary kol-btn-md kol-btn-icon">
145
142
  <Icon name={titleIcon} size={20} />
146
143
  </span>
147
144
  )}