fix styles, icons
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
const BooleanPreview = ({ value }) =>
|
||||
h("i", {
|
||||
className: value ? "mdi mdi-check" : "mdi mdi-close",
|
||||
style: { color: value ? "#00ff99" : "#ff0000", "font-size": "1.5rem" },
|
||||
});
|
||||
|
||||
export default BooleanPreview;
|
||||
|
@ -6,7 +6,7 @@ const DraftPreview = ({ value }) =>
|
||||
backgroundColor: value === true ? "rgb(37 99 235)" : "rgb(22 163 74)",
|
||||
color: "white",
|
||||
border: "none",
|
||||
padding: "2px 6px",
|
||||
padding: "0 5px",
|
||||
textAlign: "center",
|
||||
textDecoration: "none",
|
||||
display: "inline-block",
|
||||
|
Reference in New Issue
Block a user