@trafilea/afrodita-components 5.0.0-beta.164 → 5.0.0-beta.166

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.
@@ -220,7 +220,7 @@ var revel = {
220
220
  component: {
221
221
  button: {
222
222
  border: 'none',
223
- borderRadius: '1.5rem',
223
+ borderRadius: '2.5rem',
224
224
  fontWeight: 700,
225
225
  lineHeight: '20px',
226
226
  letterSpacing: '0.2em',
@@ -242,7 +242,7 @@ var revel = {
242
242
  },
243
243
  primary: {
244
244
  active: {
245
- backgroundColor: '--colors-pallete-primary-color',
245
+ backgroundColor: '--component-stars-element-color',
246
246
  color: '--colors-pallete-primary-contrast',
247
247
  },
248
248
  hover: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "5.0.0-beta.164",
6
+ "version": "5.0.0-beta.166",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",