Skip to content

Commit 19e9625

Browse files
Radio button component is updated (#352)
Co-authored-by: tumms2021389 <[email protected]>
1 parent 05f45bf commit 19e9625

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/angular-sdk-components/src/lib/_components/field/radio-buttons/radio-buttons.component.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
.psdk-radio-horizontal {
1616
display: flex;
1717
flex-direction: row;
18+
margin-top: 1rem;
1819
}
1920

2021
.psdk-radio-vertical {
2122
display: flex;
2223
flex-direction: column;
24+
margin-top: 1rem;
2325
}
2426

2527
.psdk-radio-button {
@@ -30,8 +32,8 @@
3032
width: 100%;
3133
}
3234

33-
.psdk-radio-form ::ng-deep .mat-form-field-underline {
34-
background-color: transparent;
35+
.psdk-radio-form ::ng-deep .mdc-line-ripple {
36+
display: none;
3537
}
3638

3739
.psdk-radio-form ::ng-deep .mat-form-field-label {

0 commit comments

Comments
 (0)