FIX - match EasyShare control button styling

This commit is contained in:
smx.pusha
2026-08-12 09:23:41 +02:00
parent 0fba77a89c
commit 1acd6770a5
+2 -11
View File
@@ -92,10 +92,6 @@ const flashlightColors = computed(() =>
}
: inactiveGlassColors,
)
const easyShareColors = {
bgIos: 'bg-[#0a84ff]',
shadowIos: 'shadow-ios-dark-glass',
}
const brightnessStyle = computed<CSSProperties>(() => ({
'--control-level': `${brightness.value}%`,
}))
@@ -413,8 +409,8 @@ onBeforeUnmount(() => {
<k-glass
component="button"
type="button"
class="control-center__round-button control-center__round-button--easyshare"
:colors="easyShareColors"
class="control-center__round-button"
:colors="inactiveGlassColors"
:disabled="easySharePending || !phone.device?.sim"
:aria-label="phone.t('ControlCenter.easyShareContact')"
@click="shareOwnContact"
@@ -780,11 +776,6 @@ onBeforeUnmount(() => {
color: #ff453a;
}
.control-center__round-button--easyshare {
background: #0a84ff !important;
box-shadow: 0 8px 22px rgb(10 132 255 / 34%) !important;
}
.control-center__focus-button {
display: flex;
grid-column: 1 / span 2;