Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme: vela-blue TreeSelect inconsistent theming #3669

Closed
kalinkrustev opened this issue Nov 18, 2022 · 0 comments
Closed

Theme: vela-blue TreeSelect inconsistent theming #3669

kalinkrustev opened this issue Nov 18, 2022 · 0 comments
Assignees
Labels
Component: Theme Issue or pull request is related to Theme Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@kalinkrustev
Copy link
Contributor

Describe the bug

Theming of the TreeSelect with display="chip" seems to not match others.
See the below border-radius and background:

.p-treeselect.p-treeselect-chip .p-treeselect-token {
padding: 0.25rem 0.5rem;
margin-right: 0.5rem;
background: #304562;
color: rgba(255, 255, 255, 0.87);
border-radius: 16px;
}

.p-chips .p-chips-multiple-container .p-chips-token {
padding: 0.25rem 0.5rem;
margin-right: 0.5rem;
background: rgba(100, 181, 246, 0.16);
color: rgba(255, 255, 255, 0.87);
border-radius: 3px;
}

.p-multiselect.p-multiselect-chip .p-multiselect-token {
padding: 0.25rem 0.5rem;
margin-right: 0.5rem;
background: rgba(100, 181, 246, 0.16);
color: rgba(255, 255, 255, 0.87);
border-radius: 3px;
}

Reproducer

https://codesandbox.io/s/primereact-test-forked-e2i6h8

PrimeReact version

8.7.2

React version

17.x

Language

ALL

Build / Runtime

Create React App (CRA)

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@kalinkrustev kalinkrustev added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 18, 2022
@melloware melloware changed the title Component: vela-blue TreeSelect inconsistent theming Theme: vela-blue TreeSelect inconsistent theming Nov 18, 2022
@melloware melloware added Component: Theme Issue or pull request is related to Theme and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Nov 18, 2022
@melloware melloware added this to the 8.7.3 milestone Nov 18, 2022
@mertsincan mertsincan modified the milestones: 8.7.3, 8.7.4 Dec 5, 2022
@mertsincan mertsincan modified the milestones: 8.7.4, 10.0.0 Jan 26, 2023
@melloware melloware modified the milestones: 10.0.0, 9.2.1 Feb 22, 2023
@mertsincan mertsincan added the Type: Bug Issue contains a defect related to a specific component. label Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Theme Issue or pull request is related to Theme Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

3 participants