Skip to content

Commit 14f5112

Browse files
committed
fix(bootstrap): radio temp fix
1 parent 212491a commit 14f5112

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/@theme/styles/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717

1818
// loading progress bar
1919
@include ngx-pace-theme();
20+
21+
.custom-control .custom-control-indicator {
22+
border-radius: 50%; // TODO: quickfix for https://github.com/akveo/nebular/issues/275
23+
}
2024
};

0 commit comments

Comments
 (0)