Skip to content

Commit bf98ba0

Browse files
Make Banner color consistent with Button color
1 parent 6b824b1 commit bf98ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Banner.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@react.component
22
let make = (~children) =>
3-
<div className="bg-fire-70 text-white text-center text-14 py-3"> children </div>
3+
<div className="bg-fire text-white text-center text-14 py-3"> children </div>

0 commit comments

Comments
 (0)