feat: refacotor ui

This commit is contained in:
ferdiansyah783
2025-08-08 01:49:00 +07:00
parent 687f59a9fa
commit 7beee4c3a1
19 changed files with 196 additions and 91 deletions
+1 -28
View File
@@ -3,34 +3,7 @@ import type { SVGAttributes } from 'react'
const Logo = (props: SVGAttributes<SVGElement>) => {
return (
<svg width='1.4583em' height='1em' viewBox='0 0 35 24' fill='none' xmlns='http://www.w3.org/2000/svg' {...props}>
<path
fillRule='evenodd'
clipRule='evenodd'
d='M0.00188479 0V7.47707C0.00188479 7.47707 -0.145285 9.83135 2.161 11.8242L14.9358 23.9961L21.5792 23.9107L20.5136 10.7809L17.9947 7.82497L10.0778 0H0.00188479Z'
fill='currentColor'
/>
<path
opacity='0.06'
fillRule='evenodd'
clipRule='evenodd'
d='M8.39807 17.9307L13.6581 3.53127L18.059 7.91564L8.39807 17.9307Z'
fill='#161616'
/>
<path
opacity='0.06'
fillRule='evenodd'
clipRule='evenodd'
d='M8.81183 17.3645L15.2093 5.06165L18.0926 7.94695L8.81183 17.3645Z'
fill='#161616'
/>
<path
fillRule='evenodd'
clipRule='evenodd'
d='M8.47955 17.8436L25.8069 0H34.9091V7.50963C34.9091 7.50963 34.7195 10.0128 33.4463 11.3517L21.5808 24H14.9387L8.47955 17.8436Z'
fill='currentColor'
/>
</svg>
<img src={'/images/logos/logo.png'} width={38} height={38} className='rounded' />
)
}
+2 -2
View File
@@ -9,7 +9,7 @@ const colorSchemes = (skin: Skin): Theme['colorSchemes'] => {
light: {
palette: {
primary: {
main: '#7367F0',
main: '#36175e',
light: '#8F85F3',
dark: '#675DD8',
lighterOpacity: 'rgb(var(--mui-palette-primary-mainChannel) / 0.08)',
@@ -161,7 +161,7 @@ const colorSchemes = (skin: Skin): Theme['colorSchemes'] => {
dark: {
palette: {
primary: {
main: '#7367F0',
main: '#36175e',
light: '#8F85F3',
dark: '#675DD8',
lighterOpacity: 'rgb(var(--mui-palette-primary-mainChannel) / 0.08)',