MCPcopy Create free account
hub / github.com/NMWplays/Glowify / SettingsModalRoot

Function SettingsModalRoot

theme.js:7919–7928  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

7917 stroke: currentColor;
7918 stroke-width: 2.4;
7919 stroke-linecap: round;
7920 stroke-linejoin: round;
7921 }
7922 .glowifySectionNavScrollBtn:hover { transform: scale(1.08); background: var(--glowify-glow-accent); }
7923 .glowifySectionNavScrollBtn:active { transform: scale(0.95); }
7924 .glowifySectionNavBtn {
7925 flex: 0 0 auto;
7926 padding: 5px 12px;
7927 height: 28px;
7928 border-radius: 10px;
7929 border: 0;
7930 cursor: pointer;
7931 white-space: nowrap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected