diff --git a/desktop/flipper-plugin/src/ui/PowerSearch/PowerSearchContainer.tsx b/desktop/flipper-plugin/src/ui/PowerSearch/PowerSearchContainer.tsx index 8645cc38e..3d67666bb 100644 --- a/desktop/flipper-plugin/src/ui/PowerSearch/PowerSearchContainer.tsx +++ b/desktop/flipper-plugin/src/ui/PowerSearch/PowerSearchContainer.tsx @@ -13,7 +13,7 @@ import {theme} from '../theme'; const containerStyle = css` flex: 1 0 auto; - background-color: ${theme.white}; + background-color: ${theme.backgroundDefault}; display: flex; flex-direction: row; border-radius: ${theme.borderRadius};