@greatapps/common 1.1.336 → 1.1.337

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": "@greatapps/common",
3
- "version": "1.1.336",
3
+ "version": "1.1.337",
4
4
  "description": "Shared library for GreatApps frontend applications",
5
5
  "main": "./dist/index.mjs",
6
6
  "types": "./src/index.ts",
@@ -50,7 +50,7 @@ function NotificationsPopover({
50
50
  {totalUnread > 0 && (
51
51
  <span
52
52
  className={cn(
53
- "absolute top-2 right-2 size-2.5 rounded-full",
53
+ "absolute top-0.5 right-0.5 size-3.5 rounded-full border-2 border-white",
54
54
  badgeClassName,
55
55
  )}
56
56
  />