mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 04:23:34 +00:00
Move V5 source, migrations, UI, scripts, and tests into documentation, then remove V5 routes, models, jobs, configuration, dependencies, and application hooks.
8 lines
262 B
PHP
8 lines
262 B
PHP
<?php
|
|
|
|
it('uses a thin warning yellow focus ring in dark mode', function () {
|
|
$appStyles = file_get_contents(dirname(__DIR__, 2).'/resources/css/app.css');
|
|
expect($appStyles)
|
|
->toContain('ring-2 ring-coollabs dark:ring-1 dark:ring-warning');
|
|
});
|