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
...@@ -303,14 +303,14 @@ export default function FlexibleTable({ ...@@ -303,14 +303,14 @@ export default function FlexibleTable({
} }
/> />
<ColorSelector <ColorSelector
label={__('Row top/bottom border width', 'flexible-invoices-core')} label={__('Border row color', 'flexible-invoices-core')}
value={bodyBorderRowColor} value={bodyBorderRowColor}
enableAlpha={false} enableAlpha={false}
returnFormat={'hex'} returnFormat={'hex'}
onChange={(value) => setAttributes({bodyBorderRowColor: value})} onChange={(value) => setAttributes({bodyBorderRowColor: value})}
/> />
<DuoInput <DuoInput
label={__("Column left/right border width", 'flexible-invoices-core')} label={__("Row top/bottom border width", 'flexible-invoices-core')}
values={ values={
{ {
bodyBorderRowWidthTop, bodyBorderRowWidthTop,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment