chore: adjust font menu and slider style (#7989)

![CleanShot 2024-08-27 at 15 52 09@2x](https://github.com/user-attachments/assets/69c8a340-0d59-4d8d-846e-73dc81f2800a)
![CleanShot 2024-08-27 at 15 52 39@2x](https://github.com/user-attachments/assets/2177f267-bdc1-459b-b043-868642b08d9a)
This commit is contained in:
JimmFly
2024-08-28 02:35:26 +00:00
parent 03b2cda845
commit c53adbc7e8
3 changed files with 96 additions and 35 deletions

View File

@@ -29,8 +29,8 @@ export const filledTrackStyle = style({
});
export const thumbStyle = style({
width: '8px',
height: '8px',
width: '14px',
height: '14px',
backgroundColor: cssVarV2('icon/primary'),
borderRadius: '50%',
position: 'absolute',
@@ -40,8 +40,8 @@ export const thumbStyle = style({
});
export const nodeStyle = style({
width: '4px',
height: '4px',
width: '8px',
height: '8px',
border: '2px solid transparent',
backgroundColor: cssVarV2('layer/insideBorder/border'),
borderRadius: '50%',