@planningcenter/tapestry 4.2.0-rc.6 → 4.2.0-rc.8

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 CHANGED
@@ -2303,7 +2303,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
2303
2303
  border-color:var(--tds-btn-border-color-hover);
2304
2304
  }
2305
2305
 
2306
- .tds-btn:active,.tds-btn.active{
2306
+ .tds-btn:active,.tds-btn.active,.tds-btn[aria-pressed="true"]{
2307
2307
  color:var(--tds-btn-color-active);
2308
2308
  background-color:var(--tds-btn-bg-active);
2309
2309
  border-color:var(--tds-btn-border-color-active);