@gataca/design-system 0.4.15 → 0.4.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -514,7 +514,7 @@ export declare const getButtonMinHeight: (textSize: string, hasIcon?: boolean) =
514
514
  export declare const getButtonContentStyles: (fontStyles: StyleType, colors: ColorsType, color: string, style: string, state: string, textSize: string) => {
515
515
  styles: {
516
516
  lineHeight: number | undefined;
517
- textAlignVertical: string;
517
+ textAlignVertical: "center";
518
518
  color: any;
519
519
  fontFamily?: string;
520
520
  fontSize?: number;