We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76af90 commit 421bd2fCopy full SHA for 421bd2f
packages/mantine-corporate/src/templates/requiredHacks.module.css
@@ -4,7 +4,7 @@
4
content: '必須';
5
display: inline-block;
6
font-size: 0.7rem;
7
- background-color: #ff7733;
+ background-color: #f35129;
8
color: white;
9
padding: 0.1em 0.5em;
10
border-radius: 0.5em;
@@ -17,12 +17,12 @@
17
* so we add a virtual pill with the pseudo element, it's a hack
18
*/
19
:global(.mantine-InputWrapper-required) {
20
- color: transparent;
+ color: transparent !important;
21
&::after {
22
23
24
25
26
27
28
0 commit comments