Skip to content

Commit 421bd2f

Browse files
committed
change the color
1 parent e76af90 commit 421bd2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/mantine-corporate/src/templates/requiredHacks.module.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
content: '必須';
55
display: inline-block;
66
font-size: 0.7rem;
7-
background-color: #ff7733;
7+
background-color: #f35129;
88
color: white;
99
padding: 0.1em 0.5em;
1010
border-radius: 0.5em;
@@ -17,12 +17,12 @@
1717
* so we add a virtual pill with the pseudo element, it's a hack
1818
*/
1919
:global(.mantine-InputWrapper-required) {
20-
color: transparent;
20+
color: transparent !important;
2121
&::after {
2222
content: '必須';
2323
display: inline-block;
2424
font-size: 0.7rem;
25-
background-color: #ff7733;
25+
background-color: #f35129;
2626
color: white;
2727
padding: 0.1em 0.5em;
2828
border-radius: 0.5em;

0 commit comments

Comments
 (0)