Skip to content

Commit

Permalink
Fix colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialee0416 committed Dec 4, 2023
1 parent d41a66c commit fbbd435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/FluentUI/Popup Menu/PopupMenuController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ open class PopupMenuController: DrawerController {
}

private func initTableView() {
tableView.backgroundColor = backgroundColor
tableView.backgroundColor = .clear
tableView.separatorStyle = .none
tableView.alwaysBounceVertical = false
tableView.isAccessibilityElement = true
Expand Down
2 changes: 1 addition & 1 deletion ios/FluentUI/Popup Menu/PopupMenuItemTokenSet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class PopupMenuItemTokenSet: TableViewCellTokenSet {
self.fluentTheme.color(.foreground3)
},
.cellBackgroundColor: .uiColor {
self.fluentTheme.color(.background1)
.clear
}
])
}
Expand Down

0 comments on commit fbbd435

Please sign in to comment.