File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
client/packages/lowcoder/src/comps/controls Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -852,7 +852,6 @@ export const TransferStyle = [
852852
853853export const CardStyle = [
854854 getStaticBackground ( "#ffffff" ) ,
855- BORDER ,
856855 {
857856 name : "IconColor" ,
858857 label : trans ( "card.IconColor" ) ,
@@ -866,6 +865,12 @@ export const CardStyle = [
866865 transformer : toSelf ,
867866 } ,
868867 CONTAINER_BODY_PADDING ,
868+ ...STYLING_FIELDS_CONTAINER_SEQUENCE
869+ ] as const ;
870+
871+ export const CardHeaderStyle = [
872+ getStaticBackground ( SURFACE_COLOR ) ,
873+ ...STYLING_FIELDS_SEQUENCE ,
869874] as const ;
870875
871876export const timerStyle = [
@@ -1583,6 +1588,7 @@ export type AvatarGroupStyleType = StyleConfigType<typeof avatarGroupStyle>;
15831588export type FloatButtonStyleType = StyleConfigType < typeof FloatButtonStyle > ;
15841589export type TransferStyleType = StyleConfigType < typeof TransferStyle > ;
15851590export type CardStyleType = StyleConfigType < typeof CardStyle > ;
1591+ export type CardHeaderStyleType = StyleConfigType < typeof CardHeaderStyle > ;
15861592export type timerStyleType = StyleConfigType < typeof timerStyle > ;
15871593export type StartButtonStyleType = StyleConfigType < typeof startButtonStyle > ;
15881594
You can’t perform that action at this time.
0 commit comments