Skip to content

Commit c887318

Browse files
committed
refactor(material): remove options list border radius
1 parent fe67e75 commit c887318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/app/@theme/styles/themes.scss

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ $nb-themes: nb-register-theme((
105105
card-header-with-select-padding-bottom: 0.5rem,
106106

107107
select-min-width: 6rem,
108+
option-list-border-radius: 0,
108109

109110
slide-out-background: linear-gradient(270deg, #e0e0e0 0%, #ebebeb 100%),
110111
slide-out-shadow-color: 0 4px 14px 0 #ebebeb,
@@ -126,6 +127,7 @@ $nb-themes: nb-register-theme((
126127
card-header-with-select-padding-bottom: 0.5rem,
127128

128129
select-min-width: 6rem,
130+
option-list-border-radius: 0,
129131

130132
slide-out-background: linear-gradient(270deg, #1f1f1f 0%, #292929 100%),
131133
slide-out-shadow-color: 0 4px 14px 0 #292929,

0 commit comments

Comments
 (0)