refactor(tui): compose tab pulse layers
This commit is contained in:
parent
5d729521d3
commit
ced6747737
3 changed files with 321 additions and 318 deletions
|
|
@ -20,10 +20,12 @@ test("a prompt pulse restarts the neutral edge flash while the tab remains busy"
|
|||
() => (
|
||||
<box width={8} height={1} backgroundColor={background}>
|
||||
<TabPulse
|
||||
active={true}
|
||||
promptPulse={promptPulse()}
|
||||
color={background}
|
||||
flashColor={flash}
|
||||
layer={{
|
||||
active: true,
|
||||
promptPulse: promptPulse(),
|
||||
color: background,
|
||||
flashColor: flash,
|
||||
}}
|
||||
backgroundColor={background}
|
||||
/>
|
||||
</box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue