Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Custom styling ConsentManager #361

Open
mxkxf opened this issue Jan 24, 2024 · 2 comments
Open

Custom styling ConsentManager #361

mxkxf opened this issue Jan 24, 2024 · 2 comments

Comments

@mxkxf
Copy link

mxkxf commented Jan 24, 2024

Hi there,

Is there any way to apply custom styling to the <ConsentManager /> - I'm not finding any selectors I can use reliably change things like fonts, colours etc., other than the props?

Using:

  • segment/consent-manager@5.8.1
  • next@13.5.6
@kazkovsky
Copy link

kazkovsky commented Feb 26, 2024

I think there is a some kind of problem with packages compilation/versioning. Styling code ID are present in source code in master, but they are not present in newest package release.

For example: id="segmentio_fragmentBanner" is in master, but it's not available on compiled package source in 5.8.1 version

<Content asModal={asModal} id="segmentio_fragmentBanner">

Is missing here:
https://github.com/segmentio/consent-manager/blob/v5.8.1/src/consent-manager/banner.tsx

@mxkxf
Copy link
Author

mxkxf commented Feb 27, 2024

@kazkovsky it looks like this package might not be maintained anymore 😢

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants