Skip to content

Commit

Permalink
fix(button): fix iOS outline button color
Browse files Browse the repository at this point in the history
fixes #4169
  • Loading branch information
nolimits4web committed May 3, 2023
1 parent a55c18d commit 59674be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/components/button/button-vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
--f7-button-border-radius: 4px;
--f7-button-font-weight: 600;
--f7-button-letter-spacing: 0;
/*
--f7-button-outline-border-color: var(--f7-theme-color);
*/
--f7-button-outline-border-width: 2px;
/*
--f7-button-pressed-bg-color: rgba(var(--f7-theme-color-rgb), .15);
Expand Down

0 comments on commit 59674be

Please sign in to comment.