@streamoid/ui 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +6 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1354,7 +1354,7 @@
|
|
|
1354
1354
|
}
|
|
1355
1355
|
.ScButton_scButton.ScButton_variant-secondary:hover,
|
|
1356
1356
|
.ScButton_scButton.ScButton_state-hover.ScButton_variant-secondary {
|
|
1357
|
-
background: #c7c7c7;
|
|
1357
|
+
background: var(--alias-fill-base-basehover, #c7c7c7);
|
|
1358
1358
|
}
|
|
1359
1359
|
.ScButton_scButton.ScButton_variant-primary:hover,
|
|
1360
1360
|
.ScButton_scButton.ScButton_state-hover.ScButton_variant-primary {
|
|
@@ -3105,6 +3105,7 @@
|
|
|
3105
3105
|
}
|
|
3106
3106
|
.ScTextField_inputContainer {
|
|
3107
3107
|
background: var(--alias-fill-neutral-neutralplus, #151515);
|
|
3108
|
+
border: 1px solid var(--alias-border-subtle, transparent);
|
|
3108
3109
|
border-radius: var(--radius-3xl, 1rem);
|
|
3109
3110
|
padding: var(--spacing-xl, 0.75rem) var(--spacing-3xl, 1rem) var(--spacing-xl, 0.75rem) var(--spacing-3xl, 1rem);
|
|
3110
3111
|
display: flex;
|
|
@@ -3159,6 +3160,7 @@
|
|
|
3159
3160
|
.ScTextField_scTextField.ScTextField_state-hover .ScTextField_inputContainer,
|
|
3160
3161
|
.ScTextField_scTextField.ScTextField_state-filled .ScTextField_inputContainer {
|
|
3161
3162
|
background: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
3163
|
+
border-color: var(--alias-border-default, transparent);
|
|
3162
3164
|
}
|
|
3163
3165
|
.ScTextField_scTextField.ScTextField_state-filled .ScTextField_inputText {
|
|
3164
3166
|
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
@@ -3438,6 +3440,7 @@
|
|
|
3438
3440
|
flex-shrink: 0;
|
|
3439
3441
|
height: 2.5rem;
|
|
3440
3442
|
position: relative;
|
|
3443
|
+
cursor: pointer;
|
|
3441
3444
|
}
|
|
3442
3445
|
.ScSidebarMenu_content {
|
|
3443
3446
|
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
@@ -3472,8 +3475,8 @@
|
|
|
3472
3475
|
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
3473
3476
|
}
|
|
3474
3477
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-default-active {
|
|
3475
|
-
background: #0B0B0B;
|
|
3476
|
-
box-shadow: inset 0 0 0 0.5px #242424;
|
|
3478
|
+
background: var(--alias-surface-canvas, #0B0B0B);
|
|
3479
|
+
box-shadow: inset 0 0 0 0.5px var(--alias-border-subtle, #242424);
|
|
3477
3480
|
}
|
|
3478
3481
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-default-active .ScSidebarMenu_content {
|
|
3479
3482
|
color: var(--alias-text-and-icons-primary, #f5f5f5);
|