Skip to content
Snippets Groups Projects
Commit 8ba4ab0f authored by chris's avatar chris
Browse files

fix small caps

parent fc4a9b07
No related branches found
No related tags found
1 merge request!38Develop
......@@ -10,7 +10,8 @@ const ButtonStyled = styled.button`
background-color: ${props =>
props.isActive ? props.theme.colorPrimary : "transparent"};
&:hover {
color: ${props => (props.isActive ? props.theme.colorPrimary : "#000")};
background-color: ${props =>
props.isActive ? props.theme.colorPrimary : "transparent"};
}
`;
......
......@@ -93,7 +93,7 @@ const marks = {
attrs: {
class: { default: "small-caps" }
},
inclusive: false,
// inclusive: false,
parseDOM: [
{
tag: "span.small-caps",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment