Skip to content

Commit b4b2654

Browse files
committed
Change cookie consent banner color
1 parent 204f9a5 commit b4b2654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/Root.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function Root({ children }) {
3636
location="bottom"
3737
buttonText="I understand"
3838
style={{
39-
backgroundColor: "#080f53",
39+
backgroundColor: "#2673bb",
4040
padding: "20px",
4141
}}
4242
buttonStyle={{

0 commit comments

Comments
 (0)