pf2tw
This commit is contained in:
@@ -8,7 +8,7 @@ import { LayoutService } from '@/src/service/layout.service';
|
||||
selector: 'floating-configurator',
|
||||
imports: [ButtonModule, StyleClassModule, AppConfigurator],
|
||||
template: `
|
||||
<div class="fixed flex gap-4 top-8 right-8">
|
||||
<div class="fixed flex gap-6 top-8 right-8">
|
||||
<p-button type="button" (onClick)="toggleDarkMode()" [rounded]="true" [icon]="isDarkTheme() ? 'pi pi-moon' : 'pi pi-sun'" severity="secondary" />
|
||||
<div class="relative">
|
||||
<p-button
|
||||
|
||||
Reference in New Issue
Block a user