File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
client/packages/lowcoder/src/comps/controls Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -838,14 +838,21 @@ export const avatarGroupStyle = [
838
838
getBackground ( "primary" ) ,
839
839
] as const ;
840
840
841
- export const FloatButtonStyle = [
841
+ export const BadgeStyle = [
842
842
{
843
843
name : "badgeColor" ,
844
844
label : trans ( "floatButton.badgeColor" ) ,
845
845
color : "#ff4d4f" ,
846
846
} ,
847
847
] as const ;
848
848
849
+ export const FloatButtonStyle = [
850
+ getStaticBackground ( SURFACE_COLOR ) ,
851
+ BORDER ,
852
+ BORDER_STYLE ,
853
+ BORDER_WIDTH ,
854
+ ] as const ;
855
+
849
856
export const TransferStyle = [
850
857
MARGIN ,
851
858
] as const ;
@@ -1586,6 +1593,7 @@ export type AvatarLabelStyleType = StyleConfigType<typeof avatarLabelStyle>;
1586
1593
export type AvatarContainerStyleType = StyleConfigType < typeof avatarContainerStyle > ;
1587
1594
export type AvatarGroupStyleType = StyleConfigType < typeof avatarGroupStyle > ;
1588
1595
export type FloatButtonStyleType = StyleConfigType < typeof FloatButtonStyle > ;
1596
+ export type BadgeStyleType = StyleConfigType < typeof BadgeStyle > ;
1589
1597
export type TransferStyleType = StyleConfigType < typeof TransferStyle > ;
1590
1598
export type CardStyleType = StyleConfigType < typeof CardStyle > ;
1591
1599
export type CardHeaderStyleType = StyleConfigType < typeof CardHeaderStyle > ;
You can’t perform that action at this time.
0 commit comments