mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 01:08:59 +00:00
FIX - match EasyShare control button styling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user