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
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -210,7 +210,7 @@ export default function FlexibleTable({
/>
<DuoInput
label={__("Border row width", 'flexible-invoices-core')}
label={__("Row top/bottom border width", 'flexible-invoices-core')}
values={
{
headerBorderRowWidthTop,
......@@ -227,7 +227,7 @@ export default function FlexibleTable({
onChange={(value) => setAttributes({headerBorderColumnColor: value})}
/>
<DuoInput
label={__("Border cell width", 'flexible-invoices-core')}
label={__("Column left/right border width", 'flexible-invoices-core')}
values={
{
headerBorderColumnWidthLeft,
......@@ -303,14 +303,14 @@ export default function FlexibleTable({
}
/>
<ColorSelector
label={__('Border row color', 'flexible-invoices-core')}
label={__('Row top/bottom border width', 'flexible-invoices-core')}
value={bodyBorderRowColor}
enableAlpha={false}
returnFormat={'hex'}
onChange={(value) => setAttributes({bodyBorderRowColor: value})}
/>
<DuoInput
label={__("Border row width", 'flexible-invoices-core')}
label={__("Column left/right border width", 'flexible-invoices-core')}
values={
{
bodyBorderRowWidthTop,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment