Commit f63d81f0 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch '219638-date-picked-utc-label-color' into 'master'

Increase contrast between UTC label and input

Closes #219638

See merge request gitlab-org/gitlab!34998
parents 9ff51129 e69a7ec2
......@@ -221,7 +221,9 @@ export default {
>
<template #button-content>
<span class="gl-flex-grow-1 text-truncate">{{ timeWindowText }}</span>
<span v-if="utc" class="text-muted gl-font-weight-bold gl-font-sm">{{ __('UTC') }}</span>
<span v-if="utc" class="gl-text-gray-500 gl-font-weight-bold gl-font-sm">{{
__('UTC')
}}</span>
<gl-icon class="gl-dropdown-caret" name="chevron-down" aria-hidden="true" />
</template>
......
---
title: Increase contrast between UTC label and input
merge_request: 34998
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment