mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
fz
This commit is contained in:
parent
55c4f9e1cf
commit
fd4ecaff8a
1 changed files with 2 additions and 0 deletions
|
|
@ -408,6 +408,7 @@ const PrimaryActionButton = ({ children, className, ringSize, ...props }: { chil
|
|||
|
||||
rounded-lg
|
||||
group
|
||||
${className}
|
||||
`}
|
||||
{...props}
|
||||
>
|
||||
|
|
@ -804,6 +805,7 @@ const VoidOnboardingContent = () => {
|
|||
<PrimaryActionButton
|
||||
onClick={() => { voidSettingsService.setGlobalSetting('isOnboardingComplete', true); }}
|
||||
ringSize={voidSettingsState.globalSettings.isOnboardingComplete ? 'screen' :'xl'}
|
||||
className='text-4xl'
|
||||
>Enter the Void</PrimaryActionButton>
|
||||
</div>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in a new issue