Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: light toast with a button has white text #20139

Closed
rafalschmidt97 opened this issue Jan 3, 2020 · 1 comment · Fixed by #20299
Closed

bug: light toast with a button has white text #20139

rafalschmidt97 opened this issue Jan 3, 2020 · 1 comment · Fixed by #20299
Labels
package: core @ionic/core package type: bug a confirmed bug report

Comments

@rafalschmidt97
Copy link

Bug Report

Ionic version:

[x] 4.x

Current behavior:

"X" supposes to be dark (same color as the text)

Screenshot 2020-01-03 at 15 45 24

Related code:

await this.toastController.create({
        message: 'Successfully logged out',
        color: 'light',
        duration: 2000,
        buttons: [
          {
            side: 'end',
            icon: 'close',
            role: 'cancel',
          },
        ],
        position: 'top',
      });

Other information:

Ionic info:

Ionic:

   Ionic CLI                     : 5.4.13 (/usr/local/lib/node_modules/ionic)
   Ionic Framework               : @ionic/angular 4.11.7
   @angular-devkit/build-angular : 0.13.9
   @angular-devkit/schematics    : 7.3.9
   @angular/cli                  : 7.3.9
   @ionic/angular-toolkit        : 1.5.1

Cordova:

   Cordova CLI       : 9.0.0 ([email protected])
   Cordova Platforms : android 8.1.0, ios 5.1.1
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 2.5.3, (and 22 other plugins)

Utility:

   cordova-res                          : 0.8.1
   native-run (update available: 0.3.0) : 0.2.8

System:

   Android SDK Tools : 26.1.1 (/Users/rafalschmidt/Library/Android/sdk)
   ios-deploy        : 1.10.0.1234.3
   ios-sim           : 8.0.2
   NodeJS            : v10.16.0 (/usr/local/bin/node)
   npm               : 6.13.0
   OS                : macOS Catalina
   Xcode             : Xcode 11.3 Build version 11C29
@ionitron-bot
Copy link

ionitron-bot bot commented Feb 26, 2020

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Feb 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: core @ionic/core package type: bug a confirmed bug report
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants