forked from akanyan/STARTLINER
feat: groundwork for multi-profile support
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { updatePrimaryPalette } from '@primevue/themes';
|
||||
import { Package } from './types';
|
||||
|
||||
export const changePrimaryColor = (game: 'Ongeki' | 'Chunithm') => {
|
||||
const color = game === 'Ongeki' ? 'pink' : 'yellow';
|
||||
export const changePrimaryColor = (game: 'ongeki' | 'chunithm') => {
|
||||
const color = game === 'ongeki' ? 'pink' : 'yellow';
|
||||
|
||||
updatePrimaryPalette({
|
||||
50: `{${color}.50}`,
|
||||
|
Reference in New Issue
Block a user