Consider the following MWE
\documentclass{beamer}
\begin{document}
\begin{frame}
\begin{itemize}
\item a
\item a
\item[$\Rightarrow$] a
\end{itemize}
\end{frame}
\end{document}
I would like the rightarrow has there left side align with the left side of the triangles.


