Feat: Add ProfileSetting page #3221 (#3588)

### What problem does this PR solve?

Feat: Add ProfileSetting page  #3221
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-22 15:11:38 +08:00
committed by GitHub
parent ee7fd71fdc
commit ee33bf71eb
15 changed files with 334 additions and 28 deletions

View File

@ -25,6 +25,10 @@ module.exports = {
background: 'var(--background)',
foreground: 'hsl(var(--foreground))',
buttonBlueText: 'var(--button-blue-text)',
'colors-outline-sentiment-primary':
'var(--colors-outline-sentiment-primary)',
primary: {
DEFAULT: 'hsl(var(--primary))',
foreground: 'hsl(var(--primary-foreground))',