@greatapps/common 1.1.351 → 1.1.352

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.351",
3
+ "version": "1.1.352",
4
4
  "description": "Shared library for GreatApps frontend applications",
5
5
  "main": "./dist/index.mjs",
6
6
  "types": "./src/index.ts",
@@ -114,12 +114,12 @@ export default function DeleteAccountModal() {
114
114
  <div className="flex flex-row items-center gap-2 p-4 lg:p-6 border-t border-gray-200 bg-white mt-auto lg:mt-0">
115
115
  <Button
116
116
  variant="default"
117
- className="h-10 flex-1 bg-gray-950 text-white hover:bg-gray-800"
117
+ className="h-10 bg-gray-950 text-white hover:bg-gray-800"
118
118
  type="submit"
119
119
  >
120
120
  Excluir conta
121
121
  </Button>
122
- <Button variant="secondary" className="h-10 flex-1" type="button" onClick={handleClose}>
122
+ <Button variant="secondary" className="h-10" type="button" onClick={handleClose}>
123
123
  Fechar
124
124
  </Button>
125
125
  </div>