Make LiteralSearchToast properly themed
Created by: attfarhan
Fixes https://github.com/sourcegraph/sourcegraph/issues/6051. This updates the LiteralSearchToast
component follow the dark theme. Adds a useDarkTheme
prop to the Toast
component, which makes toasts fit the dark theme when true.