Skip to content

Commit d3c85bb

Browse files
committed
chore: update font color of important comp inside the alert comp
1 parent 7f398d5 commit d3c85bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Common/important.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22

33
const Important = ({ children }) => {
44
return (
5-
<span className="important mt-[1px] inline-block px-1 rounded mx-[3px] bg-[#0002] ">
5+
<span className="important mt-[1px] inline-block px-1 rounded mx-[3px] bg-[#0002] text-white">
66
{children}
77
</span>
88
);

0 commit comments

Comments
 (0)