Skip to content

Commit

Permalink
Increase specificity in one more button
Browse files Browse the repository at this point in the history
  • Loading branch information
mgielda committed Sep 29, 2023
1 parent 3152b37 commit 603f761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TemplateManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ const TemplateDropdownContent = styled.div`
`;

const TemplateButton = styled(DefaultButton)`
&& {
width: 100%!important;
color: var(--white);
border: 1px solid var(--gray-900)!important;
padding: 0 10px 0 10px!important;
margin-top: 0px;
`;
}`;

const Dropdown = styled.div`
position: relative;
Expand Down

0 comments on commit 603f761

Please sign in to comment.