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

chore: border width labels changed

parent d086b12b
Branches
Tags
1 merge request!2Devel
Pipeline #486262 failed
...@@ -210,7 +210,7 @@ export default function FlexibleTable({ ...@@ -210,7 +210,7 @@ export default function FlexibleTable({
/> />
<DuoInput <DuoInput
label={__("Border row width", 'flexible-invoices-core')} label={__("Row top/bottom border width", 'flexible-invoices-core')}
values={ values={
{ {
headerBorderRowWidthTop, headerBorderRowWidthTop,
...@@ -227,7 +227,7 @@ export default function FlexibleTable({ ...@@ -227,7 +227,7 @@ export default function FlexibleTable({
onChange={(value) => setAttributes({headerBorderColumnColor: value})} onChange={(value) => setAttributes({headerBorderColumnColor: value})}
/> />
<DuoInput <DuoInput
label={__("Border cell width", 'flexible-invoices-core')} label={__("Column left/right border width", 'flexible-invoices-core')}
values={ values={
{ {
headerBorderColumnWidthLeft, headerBorderColumnWidthLeft,
...@@ -303,14 +303,14 @@ export default function FlexibleTable({ ...@@ -303,14 +303,14 @@ export default function FlexibleTable({
} }
/> />
<ColorSelector <ColorSelector
label={__('Border row color', 'flexible-invoices-core')} label={__('Row top/bottom border width', '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={__("Border row width", 'flexible-invoices-core')} label={__("Column left/right 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