microboard-ui-temp 0.1.72 → 0.1.74
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 +0 -6
- package/dist/index.js +209 -201
- package/dist/types/App/useBoardSubscription.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2871,12 +2871,6 @@ a.link_jFMnzg {
|
|
|
2871
2871
|
background-color: #f7f7f8;
|
|
2872
2872
|
}
|
|
2873
2873
|
|
|
2874
|
-
.quaternary_Lhh5GA {
|
|
2875
|
-
color: #fff;
|
|
2876
|
-
background-color: #924fe8;
|
|
2877
|
-
border: 1px solid #924fe8;
|
|
2878
|
-
}
|
|
2879
|
-
|
|
2880
2874
|
.quaternary_Lhh5GA:hover {
|
|
2881
2875
|
background-color: #b799f5;
|
|
2882
2876
|
border: 1px solid #924fe8;
|