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

Merge branch 'devel' into 'main'

fix: missplaced labels

See merge request !3
parents c47c124a 359b06cf
No related branches found
No related tags found
1 merge request!3fix: missplaced labels
Pipeline #489563 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