Path 1: 143 calls (1.0)

Style (143)

1def _get_base_style(self) -> Style:
2        """Get the base style."""
3        default_style = self._theme.get_background_style() + self.background_style
4        return default_style