1 parent e86e3d7 commit 30536eaCopy full SHA for 30536ea
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hehe-chat",
3
"private": true,
4
- "version": "0.37.13",
+ "version": "0.37.14",
5
"scripts": {
6
"dev": "vite",
7
"build": "tsc && vite build",
src/components/radialdial/RadialDial.tsx
@@ -156,6 +156,8 @@ export const RadialDial: React.FC<RadialDialProps> = ({
156
key={index}
157
disabled={action.disabled}
158
variant="default"
159
+ size={72}
160
+ radius="xl"
161
className={`${styles.actionButton} ${hoveredIndex === index ? styles.hovered : ''}`}
162
style={{
163
transform: `translate(${x}px, ${y}px) scale(1)`,
0 commit comments