Having trouble changing the background color of text inside a Divider provided by PrimeNG. The entire section has a background color applied through a class added to a div container: div
However, this background color does not extend to the Text within the Divider: result
Below is my code for inserting the Divider: divider code
Adding the bg-grey-100 class to the p-divider tag does not work. Placing the p-divider within a div container with the bg-grey-100 class also does not work. A partial solution is putting the Text inside a span container with the bg-grey-100 class, but there are white spaces on the sides of the Text: span result
Any assistance would be greatly appreciated.