mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 15:48:44 +00:00
border 600 -> 400
This commit is contained in:
parent
bbf5d08265
commit
dc51336931
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div v-if="stats" class="flex justify-center">
|
<div v-if="stats" class="flex justify-center">
|
||||||
<div
|
<div
|
||||||
class="border-wp-background-600 bg-wp-background-200 dark:bg-wp-background-100 px-5 py-5 border rounded-md w-full text-wp-text-100"
|
class="border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-100 px-5 py-5 border rounded-md w-full text-wp-text-100"
|
||||||
>
|
>
|
||||||
<div class="flex w-full">
|
<div class="flex w-full">
|
||||||
<h3 class="flex-1 font-semibold text-lg uppercase leading-tight">
|
<h3 class="flex-1 font-semibold text-lg uppercase leading-tight">
|
||||||
|
|
Loading…
Reference in a new issue