fieldnotesai
    Preparing search index...

    Variable ColorsConst

    Colors: {
        dark: {
            background: string;
            icon: string;
            tabIconDefault: string;
            tabIconSelected: string;
            text: string;
            tint: string;
        };
        light: {
            background: string;
            icon: string;
            tabIconDefault: string;
            tabIconSelected: string;
            text: string;
            tint: string;
        };
    } = ...

    Provides functionality for colors.

    Type Declaration

    • dark: {
          background: string;
          icon: string;
          tabIconDefault: string;
          tabIconSelected: string;
          text: string;
          tint: string;
      }
    • light: {
          background: string;
          icon: string;
          tabIconDefault: string;
          tabIconSelected: string;
          text: string;
          tint: string;
      }