Skip to content

Commit

Permalink
fix: changed style for draftjs button
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Nov 17, 2023
1 parent 8a6b8f0 commit c297065
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/theme/ItaliaTheme/Blocks/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,7 @@
}
}
}

body.cms-ui .block.search.public-ui a {
color: $primary-text;
}
2 changes: 1 addition & 1 deletion src/theme/ItaliaTheme/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ iframe {
margin: 0.5em 1em 0.5em 0;
background-color: $primary;
border-radius: $btn-border-radius;
color: $primary-text !important;
color: $primary-text;
font-weight: 700;
text-align: center;
text-decoration: none;
Expand Down

0 comments on commit c297065

Please sign in to comment.