@greatapps/common 1.1.367 → 1.1.368

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.367",
3
+ "version": "1.1.368",
4
4
  "description": "Shared library for GreatApps frontend applications",
5
5
  "main": "./dist/index.mjs",
6
6
  "types": "./src/index.ts",
@@ -144,13 +144,13 @@ export function ProjectSelectorPopover({
144
144
  {onManageProjects && (
145
145
  <>
146
146
  <div className="border-t border-gray-200" />
147
- <button
148
- type="button"
149
- className="paragraph-small-medium text-violet-700 underline cursor-pointer py-1 text-center"
147
+ <Button
148
+ variant="ghost"
149
+ className="paragraph-small-medium text-gray-600 hover:text-gray-950 hover:bg-zinc-50 w-full justify-center"
150
150
  onClick={onManageProjects}
151
151
  >
152
152
  Gerenciar projetos
153
- </button>
153
+ </Button>
154
154
  </>
155
155
  )}
156
156
  </div>