<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

<t t-name="website.DotColorOption">
    <BuilderRow label.translate="Dot Color">
        <BuilderColorPicker styleAction="'color'" applyTo="'.o_dot'" enabledTabs="['solid', 'custom']"/>
    </BuilderRow>
</t>

<t t-name="website.DotLinesColorOption">
    <BuilderRow label.translate="Dot Lines Color">
        <BuilderColorPicker styleAction="'border-color'" applyTo="'.o_dot_line'" enabledTabs="['solid', 'custom']"/>
    </BuilderRow>
</t>

</templates>
