Skip to content

Commit 50e4539

Browse files
authored
Change cookie consent banner color (#806)
1 parent d4a1c54 commit 50e4539

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)