mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat: updates
This commit is contained in:
parent
133881d287
commit
d4d8dd817b
22 changed files with 667 additions and 172 deletions
11
packages/web/components/New/Topbar/SettingsButton.tsx
Normal file
11
packages/web/components/New/Topbar/SettingsButton.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import Icon from '@/web/components/Icon'
|
||||
|
||||
const SettingsButton = () => {
|
||||
return (
|
||||
<button className='app-region-no-drag rounded-full bg-day-600 p-2.5 dark:bg-night-600'>
|
||||
<Icon name='placeholder' className='h-7 w-7 text-neutral-500' />
|
||||
</button>
|
||||
)
|
||||
}
|
||||
|
||||
export default SettingsButton
|
||||
Loading…
Add table
Add a link
Reference in a new issue