The code below creates additional vertical space after the equation in the block, if the equation is the last thing in the block. Otherwise, if there is some additional text after the equation (e.g., if you uncomment the line below the equation), there is no unwanted vertical space.
The unwanted space disappears if the line \setbeamercolor{math text}{fg=blue} is commented out. I know that the beamer manual states that the math text color option is somewhat fragile. But I was wondering how exactly that space is caused and whether this specific issue can be easily fixed.
\documentclass{beamer}
\usetheme{Berlin}
\setbeamercolor{math text}{fg=blue}
\begin{document}
\begin{frame}{}{}
\begin{block}{}
\begin{equation}
a+b=c
\end{equation}
% additional text
\end{block}
\end{frame}
\end{document}
Here are images of the problem (compiled with MacTeX-2020, last updated via TeX Live Utility a few weeks ago). First with the \setbeamercolor line and afterwards without it.


\specialis messing with the vertical list; that can happen... – campa Apr 09 '21 at 11:57