Fix input group background

This commit is contained in:
Arnaud 2024-11-26 18:28:57 +01:00
parent 894c6d95d0
commit 6fd2ee9d5c
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
4 changed files with 11 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@codex-storage/marketplace-ui-components",
"version": "0.0.49",
"version": "0.0.50",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@codex-storage/marketplace-ui-components",
"version": "0.0.49",
"version": "0.0.50",
"license": "MIT",
"devDependencies": {
"@codex-storage/sdk-js": "^0.0.15",

View File

@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/codex-storage/codex-marketplace-ui-components"
},
"version": "0.0.49",
"version": "0.0.50",
"type": "module",
"scripts": {
"prepack": "npm run build",

View File

@ -6,7 +6,7 @@
@property --codex-input-background-color {
syntax: "<color>";
inherits: false;
inherits: true;
initial-value: rgba(20, 20, 20, 0.6);
}

View File

@ -10,6 +10,12 @@
initial-value: rgba(150, 150, 150, 0.2);
}
@property --codex-input-group-background-color {
syntax: "<color>";
inherits: true;
initial-value: rgba(20, 20, 20, 0.6);
}
.input-group {
box-sizing: border-box;
@ -38,6 +44,7 @@
border-bottom-right-radius: var(--codex-input-group-border-radius);
height: 64px;
box-sizing: border-box;
background-color: var(--codex-input-group-background-color);
select {
border-top-left-radius: 0;