@bytebrand/fe-ui-core 4.2.90 → 4.2.91

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": "@bytebrand/fe-ui-core",
3
- "version": "4.2.90",
3
+ "version": "4.2.91",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -46,6 +46,7 @@
46
46
  float: right;
47
47
  color: #005CCB;
48
48
  font-size: 16px;
49
+ text-decoration: none;
49
50
 
50
51
  .clearfix
51
52
  clear: both;
@@ -29,7 +29,7 @@ const PreviewCookieModal = ({ toggleModal, setModal }: IPreviewCookieModal) => {
29
29
  Über "Anpassen" können Sie Ihre Einwilligungen individuell anpassen.
30
30
  Dies ist auch später jederzeit im Bereich "Cookie-Richtlinie" möglich.
31
31
  Die relevante Datenschutzerklärung finden Sie 
32
- <a href={`${environment}/datenschutz/`} target='_blank' style={{ textDecoration: 'underline'}}>hier</a>.
32
+ <a href={`${environment}/datenschutz/`} target='_blank' style={{ textDecoration: 'underline', color: 'rgba(76,78,100,0.87)' }}>hier</a>.
33
33
  <a href={`${environment}/impressum/`} target='_blank' className={styles.outlinedBtnLeft}>Impressum</a>
34
34
  </div>
35
35
  <div className={styles.clearfix}></div>