diff --git a/frontend/src/components/PhoneControlCenter.vue b/frontend/src/components/PhoneControlCenter.vue index d1b1689..263b50a 100644 --- a/frontend/src/components/PhoneControlCenter.vue +++ b/frontend/src/components/PhoneControlCenter.vue @@ -92,10 +92,6 @@ const flashlightColors = computed(() => } : inactiveGlassColors, ) -const easyShareColors = { - bgIos: 'bg-[#0a84ff]', - shadowIos: 'shadow-ios-dark-glass', -} const brightnessStyle = computed(() => ({ '--control-level': `${brightness.value}%`, })) @@ -413,8 +409,8 @@ 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;