I want to define a custom block in beamer.
Here are my definitions:
\documentclass[svgnames]{beamer}
\usepackage{xcolor}
\setbeamertemplate{blocks}[rounded]
\setbeamercolor{block title}{fg=White,bg=Red}
\setbeamercolor{block body}{bg=Blue}
\begin{document}
\begin{frame}
\begin{block}{lala}
fdsfdf
\end{block}
\end{frame}
\end{document}
How do I get rid of the fading effect between the title and the body?