Add text center to default base classes
This commit is contained in:
@@ -9,7 +9,7 @@ use Symfony\Component\Config\Definition\Configurator\DefinitionConfigurator;
|
||||
return static function (DefinitionConfigurator $definition): void {
|
||||
$definition->rootNode()
|
||||
->children()
|
||||
->scalarNode('base_classes')->defaultValue('rounded max-w-max text-xs px-2 py-1 border min-w-max')->end()
|
||||
->scalarNode('base_classes')->defaultValue('text-center rounded max-w-max text-xs px-2 py-1 border min-w-max')->end()
|
||||
->end()
|
||||
;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user