Dialogic Custom Styles not working

Godot Version

4.4.1

Question

Hi,

I am fairly new to Godot and i am trying to create a 2D rpg game, I am attempting to use the Dialogic addon to manage dialogue however, I don’t like the default Dialogic styles so I made a custom one, but after setting the characters style to my custom one nothing changes in previews or when i run the game:

Here is my style layout scene when runned (Its not perfect yet):

And here’s the character page:

But here’s what happens when I run the timeline:

I even tried adding the custom style layout scene as a node to my main scene and when I run it with that timeline:

It uses the custom one AND?!? the default one (btw my custom style is set to default)

I am very confused on how to fix this, any help would be appreciated!