h2qutc / angular-material-components

Angular Material Library provide extra components for every project
https://h2qutc.github.io/angular-material-components/
MIT License
331 stars 162 forks source link

Styles for the Color Picker are messed up #303

Open shadow1349 opened 1 year ago

shadow1349 commented 1 year ago
image

I'm currently on Angular 15.0.0 Angular Material/CDK 15.0.0 with @angular-material-components/color-picker version 9.0.0. I tried updating to Angular 15.0.1 and Angular Material/CDK 15.0.1 but same result

bradyisom commented 1 year ago

I'm having the same issue. @shadow1349, did you find a workaround?

shadow1349 commented 1 year ago

@bradyisom unfortunately not. I just picked a different color picker

bradyisom commented 1 year ago

@shadow1349, which color picker did you choose? One that works well with Angular Material 15+, I assume?

shadow1349 commented 1 year ago

@bradyisom it's called ngx-colors

https://ngx-colors.web.app/

It does work with angular 15

clampinou commented 1 year ago

Same here :(

elreyponce commented 7 months ago

For me worked with this css adjust.

::ng-deep ngx-mat-color-canvas {
  .color-canvas-row {
    .zone-canvas {
      display: flex;
    }
  }
}