Skip to content

Commit 39c3380

Browse files
committed
make button size consistent
1 parent 1b375ab commit 39c3380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/lazy-injection/kitchen-sink/src/features/counter/Counter.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.button {
2525
appearance: none;
2626
background: none;
27-
font-size: 32px;
27+
font-size: 24px;
2828
padding-left: 12px;
2929
padding-right: 12px;
3030
outline: none;

examples/lazy-injection/kitchen-sink/src/features/quotes/Quotes.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.select {
2-
font-size: 25px;
2+
font-size: 24px;
33
padding: 5px;
44
padding-top: 2px;
55
padding-bottom: 2px;

0 commit comments

Comments
 (0)