Commit e69a7ec2 authored by Miguel Rincon's avatar Miguel Rincon

Increase contrast between UTC label and input

Increase contrast between the UTC label and the input inside
the data time picker.
parent 1c45c9e2
...@@ -221,7 +221,9 @@ export default { ...@@ -221,7 +221,9 @@ export default {
> >
<template #button-content> <template #button-content>
<span class="gl-flex-grow-1 text-truncate">{{ timeWindowText }}</span> <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" /> <gl-icon class="gl-dropdown-caret" name="chevron-down" aria-hidden="true" />
</template> </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