iOS 26.1 beta 4 adds a 'Tinted' Liquid Glass toggle to boost opacity

iOS 26.1 beta 4 adds a 'Tinted' Liquid Glass toggle to boost opacity
source: gettyimages
March 15, 2026

Apple’s fourth beta of iOS 26.1 introduces a new option for Liquid Glass that lets users dial up the element’s opacity and reduce overall transparency. We dug into the beta to see where the toggle lives and how it changes the look.

Where to find it and what it does

How it looks and where it applies

Availability and timing

Related notes from the source

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 142 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6646550,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}