diff --git a/projects/components/src/radio/radio-group.component.scss b/projects/components/src/radio/radio-group.component.scss index 6b8ae62f7..3dd27b8b6 100644 --- a/projects/components/src/radio/radio-group.component.scss +++ b/projects/components/src/radio/radio-group.component.scss @@ -80,10 +80,12 @@ } .mat-radio-container .mat-radio-outer-circle { + cursor: not-allowed; background: $gray-1; } .radio-button-label { + cursor: not-allowed; color: $gray-5; } } diff --git a/projects/components/src/radio/radio-group.component.ts b/projects/components/src/radio/radio-group.component.ts index 634955278..fea3f0db3 100644 --- a/projects/components/src/radio/radio-group.component.ts +++ b/projects/components/src/radio/radio-group.component.ts @@ -27,8 +27,9 @@ import { RadioOption } from './radio-option';