Skip to content

Commit 99e92fd

Browse files
committed
removed bottom color on search and expected to start with Capital
1 parent 56967a5 commit 99e92fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/esm-appointments-app/src/appointments/common-components/appointments-table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
.searchbar {
7070
input {
7171
background-color: colors.$white-0;
72-
border-bottom: 1px solid colors.$white-0;
72+
border-bottom:none;
7373
}
7474
}
7575

0 commit comments

Comments
 (0)