flameresttable 1.0.48 → 1.0.49

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": "flameresttable",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "main": "./src/plugin.ts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,6 +55,6 @@ const goPage = (page: number) => {
55
55
 
56
56
  <style scoped lang="scss">
57
57
  .selectedPage {
58
- @apply z-10 bg-indigo-50 border-indigo-500 text-indigo-600
58
+ @apply z-10 bg-indigo-50 border-indigo-500 text-indigo-600 !important
59
59
  }
60
60
  </style>