Caleb's Link In Bio Status Page - Notice history

All systems operational

Notice history

Sep 2025

Settings > Appearance > Accent Color
  • Resolved
    Resolved
    ### **Incident Report: Settings Accent Color Bug** **Date and Time:** September 20, 2025, 10:29 AM - 10:39 AM EDT **Duration:** 10 minutes **Components Affected:** * **Primary:** Settings > Appearance > Accent Color * **Secondary:** All toggle switches within the settings page user interface. --- ### **Detailed Timeline** * **10:29 AM EDT - Investigating:** We initiated an investigation following an internal review that identified a visual bug on the settings page. The issue reported was that toggle switches were not dynamically updating to match the user-selected accent color, instead remaining the default green color. * **10:35 AM EDT - Identified:** Our development team traced the issue to the `settings.css` stylesheet. A root cause analysis determined that the CSS variables responsible for the toggle's "on" state color (`--light-toggle-on` and `--dark-toggle-on`) were assigned a static, hardcoded hex value for green (`#34c759`). This prevented the toggles from inheriting the dynamically updated `--accent-color` variable that is set when a user customizes their theme. * **10:38 AM EDT - A fix is being implemented:** A fix was developed and pushed to our staging environment for testing. The fix involved modifying the `settings.css` file to replace the hardcoded color with a reference to the `--accent-color` variable. * **10:39 AM EDT - Resolved:** The fix was deployed to production. We have verified that the toggle switches on the settings page now correctly and immediately reflect the user's chosen accent color, resolving the visual inconsistency. --- ### **Root Cause Analysis** The root cause of this incident was a minor oversight in the CSS code for the settings page. The color for the "on" state of the toggle switches was explicitly set to a static green color to mimic the standard iOS toggle. While the rest of the UI correctly used a dynamic variable (`--accent-color`) to allow for theme customization, this specific component was not linked to that variable. Consequently, when a user selected a new accent color, every other element would update correctly, but the toggles would remain unchanged, leading to a disconnected user experience. --- ### **Description of Fix** To resolve this issue, we performed the following actions: 1. **Located the responsible code:** We identified the specific lines in `settings.css` that were overriding the accent color for the toggles. 2. **Modified the CSS Variables:** We changed the values for `--light-toggle-on` and `--dark-toggle-on` from the static color `#34c759` to `var(--accent-color)`. 3. **Deployed the change:** The updated `settings.css` file was deployed, and the cache was cleared to ensure all users received the updated version immediately. This change ensures that the toggle switches are now directly tied to the user's selected accent color, making the theme customization feature fully consistent across all elements of the settings page.
  • Investigating
    Investigating

    We are currently investigating an issue with the Accent Color; it isn't adjusting the toggle colors in the settings. Stay tuned for updates.

Aug 2025

No notices reported this month

Jul 2025

No notices reported this month

Jul 2025 to Sep 2025

Next