style(action-sheet): remove extra parentheses (#18447)

This commit is contained in:
Ibby Hadeed
2019-06-03 16:07:18 -04:00
committed by Brandy Carney
parent 1899c13385
commit 49eba77c37

View File

@@ -6,7 +6,7 @@
:host {
--background: #{$action-sheet-ios-background-color};
--background-selected: #{$action-sheet-ios-button-background-selected)};
--background-selected: #{$action-sheet-ios-button-background-selected};
--background-activated: #{$action-sheet-ios-button-background-activated};
text-align: $action-sheet-ios-text-align;