ag-common 0.0.50 → 0.0.51

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.
@@ -29,6 +29,11 @@ const styled_components_1 = __importStar(require("styled-components"));
29
29
  const i18n_1 = require("../../../common/helpers/i18n");
30
30
  const colours_1 = require("../../styles/colours");
31
31
  exports.ButtonBase = (0, styled_components_1.css) `
32
+ text-decoration: none;
33
+ display: flex;
34
+ justify-content: center;
35
+ align-items: center;
36
+
32
37
  border: 0;
33
38
 
34
39
  font-weight: bold;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ag-common",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Andrei Gec <@andreigec> (https://gec.dev/)",