Skip to content
Snippets Groups Projects
Commit ee603130 authored by Giildo's avatar Giildo
Browse files

:twisted_rightwards_arrows: Merge branch 'release/4.1.1'

parents ab5c5837 1c2a58f7
Branches
Tags 4.2.3
No related merge requests found
Pipeline #101507 passed with stage
in 20 seconds
{
"name": "@vue-unistra/formbuilder",
"version": "4.1.0",
"version": "4.1.1",
"type": "module",
"types": "./types/index.d.ts",
"publishConfig": {
......
......@@ -22,6 +22,10 @@
--usf-color-customs-controls: rgb(16, 94, 130);
}
body.body--dark {
--usf-color-action: rgba(255, 255, 255, 1);
}
#usf_builder, #usf_renderer, .usf_dialog_card {
font-family: "Unistra A", serif;
font-size: 18px;
......
......@@ -54,3 +54,7 @@ const { componentIs, getBinaryValue } = useBinaryItems(field)
/>
</QField>
</template>
<style lang="scss" scoped>
@import "QField";
</style>
......@@ -76,3 +76,8 @@ const { addRepeatField, removeRepeatField, minusButtonDisplayed, plusButtonDispl
</QField>
</template>
</template>
<style lang="scss" scoped>
@import "QField";
</style>
.q-field {
::v-deep(.q-field__inner) {
.q-checkbox, .q-toggle, .q-radio {
&__label {
color: var(--usf-color-action);
}
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment