Skip to content

Commit 59674be

Browse files
committed
fix(button): fix iOS outline button color
fixes #4169
1 parent a55c18d commit 59674be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/core/components/button/button-vars.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
--f7-button-border-radius: 4px;
4242
--f7-button-font-weight: 600;
4343
--f7-button-letter-spacing: 0;
44+
/*
4445
--f7-button-outline-border-color: var(--f7-theme-color);
46+
*/
4547
--f7-button-outline-border-width: 2px;
4648
/*
4749
--f7-button-pressed-bg-color: rgba(var(--f7-theme-color-rgb), .15);

0 commit comments

Comments
 (0)