1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Merge pull request #7550 from beganovich/badge-color-fixes

Badge color fixes
This commit is contained in:
David Bomba 2022-06-13 20:18:02 +10:00 committed by GitHub
commit b7fdd5208a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@ -38,7 +38,7 @@
"/js/clients/payments/stripe-przelewy24.js": "/js/clients/payments/stripe-przelewy24.js?id=3d53d2f7d0291d9f92cf7414dd2d351c",
"/js/clients/payments/stripe-browserpay.js": "/js/clients/payments/stripe-browserpay.js?id=db71055862995fd6ae21becfc587a3de",
"/js/clients/payments/stripe-fpx.js": "/js/clients/payments/stripe-fpx.js?id=914a6846ad1e5584635e7430fef76875",
"/css/app.css": "/css/app.css?id=db0f69e335622f720583392dd572d264",
"/css/app.css": "/css/app.css?id=6419fb85c22d562d4ec14800980801e7",
"/css/card-js.min.css": "/css/card-js.min.css?id=62afeb675235451543ada60afcedcb7c",
"/vendor/clipboard.min.js": "/vendor/clipboard.min.js?id=15f52a1ee547f2bdd46e56747332ca2d"
}

View File

@ -23,7 +23,7 @@
}
.badge-warning {
@apply bg-yellow-500 text-yellow-500;
@apply bg-yellow-100 text-yellow-600;
}
.badge-info {