Skip to content
Snippets Groups Projects
Commit 359b06cf authored by Eryk Mika's avatar Eryk Mika
Browse files

fix: missplaced labels

parent 311d8d54
No related branches found
No related tags found
1 merge request!3fix: missplaced labels
Pipeline #489556 failed with stages
in 11 seconds
......@@ -303,14 +303,14 @@ export default function FlexibleTable({
}
/>
<ColorSelector
label={__('Row top/bottom border width', 'flexible-invoices-core')}
label={__('Border row color', 'flexible-invoices-core')}
value={bodyBorderRowColor}
enableAlpha={false}
returnFormat={'hex'}
onChange={(value) => setAttributes({bodyBorderRowColor: value})}
/>
<DuoInput
label={__("Column left/right border width", 'flexible-invoices-core')}
label={__("Row top/bottom border width", 'flexible-invoices-core')}
values={
{
bodyBorderRowWidthTop,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment