Projekt

Obecné

Profil

« Předchozí | Další » 

Revize be29f50d

Přidáno uživatelem Lukáš Vlček před asi 2 roky(ů)

Sentiment color in dropdown

Zobrazit rozdíly:

webapp/components/annotation/AnnotationItem.tsx
204 204
                                                        <Option
205 205
                                                            value={ETagSentiment.Positive}
206 206
                                                        >
207
                                                            Pozitivní
207
                                                            <span
208
                                                                style={{ color: 'green' }}
209
                                                            >
210
                                                                Pozitivní
211
                                                            </span>
208 212
                                                        </Option>
209 213
                                                        <Option
210 214
                                                            value={ETagSentiment.Neutral}
......
214 218
                                                        <Option
215 219
                                                            value={ETagSentiment.Negative}
216 220
                                                        >
217
                                                            Negativní
221
                                                            <span
222
                                                                style={{
223
                                                                    color: '#ff4d4f',
224
                                                                }}
225
                                                            >
226
                                                                Negativní
227
                                                            </span>
218 228
                                                        </Option>
219 229
                                                    </Select>
220 230
                                                </Col>

Také k dispozici: Unified diff