Skip to content

Commit 1d583f8

Browse files
committed
Changed carousel to pass lint checks
1 parent 6be88f3 commit 1d583f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/components/Carousel.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
height: 330px;
2727
margin: 0;
2828
padding: 4px;
29-
background: #ffffff;
30-
border: 1px solid #d0d0d0;
29+
background: #FFFFFF;
30+
border: 1px solid #D0D0D0;
3131
box-shadow:
3232
0 2px 8px rgba(0, 0, 0, 0.1),
3333
inset 0 0 0 1px rgba(255, 255, 255, 0.8);

0 commit comments

Comments
 (0)